summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/conditional-temporaries.cpp
Commit message (Collapse)AuthorAgeFilesLines
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when ↵Stephen Lin2013-08-151-3/+3
| | | | | | tests fail. llvm-svn: 188447
* Update test.Anders Carlsson2010-02-041-2/+2
| | | | llvm-svn: 95312
* Fix a bug where we would not mark temporaries as conditional when emitting a ↵Anders Carlsson2010-02-041-0/+6
| | | | | | conditional operator as an lvalue. llvm-svn: 95311
* Improve conditional temporaries test.Anders Carlsson2010-02-041-7/+20
| | | | llvm-svn: 95310
* Improve test.Anders Carlsson2010-02-041-19/+27
| | | | llvm-svn: 95306
* 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
* Fix lifetime of conditional temporaries. Patch by Victor Zverovich!Anders Carlsson2009-11-201-0/+28
llvm-svn: 89467
OpenPOWER on IntegriCloud