aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/volatile-1.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-08-12Update clang tests for r137527.Eli Friedman1-144/+144
2011-07-09clang side to match the LLVM IR type system rewrite patch.Chris Lattner1-1/+1
2011-01-26Better framework for conditional cleanups; untested as yet.John McCall1-4/+1
2010-12-06__block variables require us to evaluate the RHS of an assignment beforeJohn McCall1-1/+1
2010-12-05Fix a bug in the emission of __real/__imag l-values on scalar operands.John McCall1-36/+8
2010-11-16Support compound complex operations as l-values in C++. Add a testJohn McCall1-0/+383