]> granicus.if.org Git - clang/commit
Fix a crash-on-invalid where the constant evaluator would try to
authorJohn McCall <rjmccall@apple.com>
Thu, 26 Apr 2012 18:10:01 +0000 (18:10 +0000)
committerJohn McCall <rjmccall@apple.com>
Thu, 26 Apr 2012 18:10:01 +0000 (18:10 +0000)
commit1de9d7de172379d6af75fd11dda2a713e4f36f62
tree1d4c2ad5c3f986da8da02f30edc21b3aa01ed98e
parente855b884799e3f651f59ef64911269eaf3df6e12
Fix a crash-on-invalid where the constant evaluator would try to
evaluate certain expressions involving invalidly-defined classes.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155645 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ExprConstant.cpp
test/SemaCXX/constant-expression.cpp