summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/volatile.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Test] Make Lit tests C++11 compatible - miscCharles Li2017-02-171-1/+3
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-2/+2
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-1/+1
* Mark C++ reference parameters as dereferenceableHal Finkel2014-07-181-1/+1
* Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky2014-05-281-1/+1
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-2/+2
* Fix a bug in the emission of __real/__imag l-values on scalar operands.John McCall2010-12-051-2/+0
* Expression statements undergo lvalue-to-rvalue conversion in C,John McCall2010-08-251-0/+35