summaryrefslogtreecommitdiffstats
path: root/clang/test/Rewriter/objc-string-concat-1.m
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Make tests use the new clang -cc1 flag.Fariborz Jahanian2009-12-141-1/+1
| | | | llvm-svn: 91299
* Use '-o' '-' instead of '-o=-' in tests.Daniel Dunbar2009-11-291-1/+1
| | | | llvm-svn: 90067
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
| | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602
* Rename RewriteTest->RewriteObjC.Steve Naroff2008-04-141-1/+1
| | | | llvm-svn: 49692
* Fix rewriter tests to work with new output file logic. This changes forces ↵Steve Naroff2008-03-261-1/+1
| | | | | | the output to standard out (rather than generate a .cpp file, which is the new default for the rewriter). llvm-svn: 48847
* Moved "Rewriter" tests from test/Sema to test/Rewriter.Ted Kremenek2008-02-011-0/+14
llvm-svn: 46640
OpenPOWER on IntegriCloud