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