aboutsummaryrefslogtreecommitdiff
path: root/test/Rewriter/objc-super-test.m
AgeCommit message (Expand)Author
2012-06-20Restructure how the driver communicates information about theJohn McCall
2012-02-04These tests are intended to run in NeXt's legacy objective-c abi (fragile-abi).Fariborz Jahanian
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-14Make tests use the new clang -cc1 flag.Fariborz Jahanian
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-12-23Fix <rdar://problem/6465284> clang ObjC rewriter: objc_super messed up again.Steve Naroff
2008-06-21Switch 'super' from being a weird cast thing to being a predefined expr node.Chris Lattner
2008-04-14Rename RewriteTest->RewriteObjC.Steve Naroff
2008-03-26Fix rewriter tests to work with new output file logic. This changes forces th...Steve Naroff
2008-03-12Since the rewriter now outputs C++, it no longer makes sense to pipe the outp...Steve Naroff
2008-02-01Moved "Rewriter" tests from test/Sema to test/Rewriter.Ted Kremenek