summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/for-range.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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