summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/temp-order.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make the test less sensitive to the inline threshold.Nadav Rotem2012-12-141-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170164 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix a nasty bug where temporaries weren't marked as being conditional in ↵Anders Carlsson2010-01-241-1/+31
| | | | | | some cases. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94341 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix a FIXME, this test folds to a constant now.Daniel Dunbar2010-01-231-6/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94263 91177308-0d34-0410-b5e6-96231b3b80d8
* 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). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91446 91177308-0d34-0410-b5e6-96231b3b80d8
* 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). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90151 91177308-0d34-0410-b5e6-96231b3b80d8
* Add more sophisticated test for destruction order of C++ temporaries, pleaseDaniel Dunbar2009-11-301-0/+133
feel free to extend! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90143 91177308-0d34-0410-b5e6-96231b3b80d8