summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/for-range.cpp
AgeCommit message (Expand)Author
2013-11-08Fix tests effected by r194221David Majnemer
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2012-10-20DR1472: A reference isn't odr-used if it has preceding initialization,Richard Smith
2012-10-18DR1442: In a range-based for statement, namespace 'std' is not an associatedRichard Smith
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-07-09clang side to match the LLVM IR type system rewrite patch.Chris Lattner
2011-04-15Apply NAKAMURA Takumi's workaround to fix thses tests on -Asserts build. The ...Richard Smith
2011-04-14Add support for C++0x's range-based for loops, as specified by the C++11 draf...Richard Smith