[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)
commit457ace7611d82047265f718cf1ea3f67c5d7b70f
tree924c82848e43329b35b03a2f6759252f3472140a
parentb34366091413a8021e21bd7ae1656bf74d1ef54c
[analyzer] Fix a c++11 crash: xvalues can be locations (VisitMemberExpr)

llvm-svn: 157082
clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
clang/test/Analysis/cxx11-crashes.cpp [new file with mode: 0644]