]> granicus.if.org Git - clang/commit
Implement the C++11 discarded value expression rules for volatile lvalues. <rdar...
authorEli Friedman <eli.friedman@gmail.com>
Thu, 24 May 2012 22:04:19 +0000 (22:04 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Thu, 24 May 2012 22:04:19 +0000 (22:04 +0000)
commite26073c85259be1c2f397797cc59286ac85fb3b8
tree7de6736376ad9e5c7e88e4aa5663a0e2b1aa3461
parentc2c1e4f5ad659b9ffd75097b050a5a0e2b90d019
Implement the C++11 discarded value expression rules for volatile lvalues.  <rdar://problem/10790820>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@157420 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExprCXX.cpp
test/CXX/expr/p10-0x.cpp [new file with mode: 0644]