summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/for-range-temporaries.cpp
AgeCommit message (Expand)Author
2022-11-25Drop redundant pipe to opt -instnamer in clang testsAlex Richardson
2022-11-08[clang][test] Use opt -passes=<name> instead of opt -nameBjorn Pettersson
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2012-01-31Extend for-range temporary cleanups codegen test to catch the bug which EliRichard Smith
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-09-04PR10506: Extend test for temporary cleanups in range-based for loop to cover ...Richard Smith
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