summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/temp-order.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make the test less sensitive to the inline threshold.Nadav Rotem2012-12-141-1/+1
| | | | llvm-svn: 170164
* Fix a nasty bug where temporaries weren't marked as being conditional in ↵Anders Carlsson2010-01-241-1/+31
| | | | | | some cases. llvm-svn: 94341
* Fix a FIXME, this test folds to a constant now.Daniel Dunbar2010-01-231-6/+3
| | | | llvm-svn: 94263
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
| | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446
* Add missing assignment operator to test, and add tests for while loops and forDaniel Dunbar2009-11-301-0/+66
| | | | | | loops (including temporaries inside the initializers). llvm-svn: 90151
* Add more sophisticated test for destruction order of C++ temporaries, pleaseDaniel Dunbar2009-11-301-0/+133
feel free to extend! llvm-svn: 90143
OpenPOWER on IntegriCloud