summaryrefslogtreecommitdiff
path: root/test/Rewriter/objc-super-test.m
Commit message (Expand)AuthorAgeFilesLines
* Restructure how the driver communicates information about theJohn McCall2012-06-201-1/+1
* These tests are intended to run in NeXt's legacy objective-c abi (fragile-abi).Fariborz Jahanian2012-02-041-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Make tests use the new clang -cc1 flag.Fariborz Jahanian2009-12-141-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Fix <rdar://problem/6465284> clang ObjC rewriter: objc_super messed up again.Steve Naroff2008-12-231-0/+3
* Switch 'super' from being a weird cast thing to being a predefined expr node.Chris Lattner2008-06-211-1/+1
* Rename RewriteTest->RewriteObjC.Steve Naroff2008-04-141-1/+1
* Fix rewriter tests to work with new output file logic. This changes forces th...Steve Naroff2008-03-261-1/+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/+15