summaryrefslogtreecommitdiff
path: root/test/Rewriter/objc-ivar-receiver-1.m
Commit message (Expand)AuthorAgeFilesLines
* Restructure how the driver communicates information about theJohn McCall2012-06-201-2/+2
* These tests are intended to run in NeXt's legacy objective-c abi (fragile-abi).Fariborz Jahanian2012-02-041-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-2/+2
* Make tests use the new clang -cc1 flag.Fariborz Jahanian2009-12-141-2/+2
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-2/+2
* Multiple tests in a single test file must be linked with '&&'.Argyrios Kyrtzidis2008-06-121-1/+1
* Rename RewriteTest->RewriteObjC.Steve Naroff2008-04-141-2/+2
* Only have the rewriter produce a file when there are no errors.Steve Naroff2008-03-281-1/+1
* Teach the rewriter how to respect the -o option.Chris Lattner2008-03-221-1/+1
* Two fixes to RewriteTest::RewriteObjCIvarRefExpr():Steve Naroff2008-03-121-0/+1
* Since the rewriter now outputs C++, it no longer makes sense to pipe the outp...Steve Naroff2008-03-121-1/+1
* Moved "Rewriter" tests from test/Sema to test/Rewriter.Ted Kremenek2008-02-011-0/+23