]> granicus.if.org Git - clang/commit
PR11956: C++11's special exception for accessing non-static data members from
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 25 Feb 2012 10:04:07 +0000 (10:04 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 25 Feb 2012 10:04:07 +0000 (10:04 +0000)
commit2c8aee454dac03e4918f0bb6e7fb849953056aba
tree744e2c883ae768d1d28ac61c0bbd3195b1df24cd
parent7a9f49296a6454b7a6f0edce89dc99d413a7e14e
PR11956: C++11's special exception for accessing non-static data members from
unevaluated operands applies within member functions, too.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151443 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExprMember.cpp
test/CXX/expr/expr.prim/expr.prim.general/p12-0x.cpp