summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/volatile-1.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-1/+1
* Prepare for using MS ABI by default for Win32: update CodeGenCXX testsHans Wennborg2013-12-131-1/+1
* Switch to the new MingW ABI.Rafael Espindola2013-12-121-2/+2
* Update clang tests for r137527.Eli Friedman2011-08-121-144/+144
* clang side to match the LLVM IR type system rewrite patch.Chris Lattner2011-07-091-1/+1
* Better framework for conditional cleanups; untested as yet.John McCall2011-01-261-4/+1
* __block variables require us to evaluate the RHS of an assignment beforeJohn McCall2010-12-061-1/+1
* Fix a bug in the emission of __real/__imag l-values on scalar operands.John McCall2010-12-051-36/+8
* Support compound complex operations as l-values in C++. Add a testJohn McCall2010-11-161-0/+383