Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CHECK-LABEL-ify some code gen tests to improve diagnostic experience when ↵ | Stephen Lin | 2013-08-15 | 1 | -3/+3 |
| | | | | | | tests fail. llvm-svn: 188447 | ||||
* | Update test. | Anders Carlsson | 2010-02-04 | 1 | -2/+2 |
| | | | | llvm-svn: 95312 | ||||
* | Fix a bug where we would not mark temporaries as conditional when emitting a ↵ | Anders Carlsson | 2010-02-04 | 1 | -0/+6 |
| | | | | | | conditional operator as an lvalue. llvm-svn: 95311 | ||||
* | Improve conditional temporaries test. | Anders Carlsson | 2010-02-04 | 1 | -7/+20 |
| | | | | llvm-svn: 95310 | ||||
* | Improve test. | Anders Carlsson | 2010-02-04 | 1 | -19/+27 |
| | | | | llvm-svn: 95306 | ||||
* | 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 | ||||
* | Fix lifetime of conditional temporaries. Patch by Victor Zverovich! | Anders Carlsson | 2009-11-20 | 1 | -0/+28 |
llvm-svn: 89467 |