summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/for-range.cpp
Commit message (Expand)AuthorAgeFilesLines
* [opaque pointer types] Cleanup CGBuilder's Create*GEP.James Y Knight2019-02-081-1/+1
* Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile2018-10-151-3/+3
* [CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev2018-10-101-3/+3
* Fix tests effected by r194221David Majnemer2013-11-081-1/+1
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-3/+3
* DR1472: A reference isn't odr-used if it has preceding initialization,Richard Smith2012-10-201-1/+1
* DR1442: In a range-based for statement, namespace 'std' is not an associatedRichard Smith2012-10-181-6/+4
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* clang side to match the LLVM IR type system rewrite patch.Chris Lattner2011-07-091-4/+4
* Apply NAKAMURA Takumi's workaround to fix thses tests on -Asserts build. The ...Richard Smith2011-04-151-1/+1
* Add support for C++0x's range-based for loops, as specified by the C++11 draf...Richard Smith2011-04-141-0/+128