summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/expressions.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Flesh out test.John McCall2010-10-121-5/+16
| | | | llvm-svn: 116292
* I just do what the comments tell me to do.John McCall2010-10-121-0/+7
| | | | llvm-svn: 116289
* Move the test for radar 8018252 toFariborz Jahanian2010-08-241-0/+7
| | | | | | SemaCXX/expressions.cpp. llvm-svn: 111988
* 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
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
| | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602
* Add missing test case for operator ! result type.Sebastian Redl2009-01-191-0/+9
llvm-svn: 62532
OpenPOWER on IntegriCloud