]> granicus.if.org Git - clang/commit
[analyzer] Fix a c++11 crash: xvalues can be locations (VisitMemberExpr)
authorAnna Zaks <ganna@apple.com>
Fri, 18 May 2012 22:47:43 +0000 (22:47 +0000)
committerAnna Zaks <ganna@apple.com>
Fri, 18 May 2012 22:47:43 +0000 (22:47 +0000)
commit719b429e3ed660cfd9cce88397b29c695a25fa50
tree0213a5a41b8a36e0d381e8095c4cbbca1239bb73
parenta38cb2ccb1c501f3cf421396262da80008d62e87
[analyzer] Fix a c++11 crash: xvalues can be locations (VisitMemberExpr)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@157082 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Core/ExprEngine.cpp
test/Analysis/cxx11-crashes.cpp [new file with mode: 0644]