Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the test less sensitive to the inline threshold. | Nadav Rotem | 2012-12-14 | 1 | -1/+1 |
| | | | | llvm-svn: 170164 | ||||
* | Fix a nasty bug where temporaries weren't marked as being conditional in ↵ | Anders Carlsson | 2010-01-24 | 1 | -1/+31 |
| | | | | | | some cases. llvm-svn: 94341 | ||||
* | Fix a FIXME, this test folds to a constant now. | Daniel Dunbar | 2010-01-23 | 1 | -6/+3 |
| | | | | llvm-svn: 94263 | ||||
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -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 for | Daniel Dunbar | 2009-11-30 | 1 | -0/+66 |
| | | | | | | loops (including temporaries inside the initializers). llvm-svn: 90151 | ||||
* | Add more sophisticated test for destruction order of C++ temporaries, please | Daniel Dunbar | 2009-11-30 | 1 | -0/+133 |
feel free to extend! llvm-svn: 90143 |