aboutsummaryrefslogtreecommitdiff
path: root/test/Rewriter
AgeCommit message (Expand)Author
2009-07-22Prep for new warning.Mike Stump
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-14Extend builtin "attribute" syntax to include a notation forDouglas Gregor
2008-12-23Fix <rdar://problem/6465284> clang ObjC rewriter: objc_super messed up again.Steve Naroff
2008-12-09Fix <rdar://problem/6429113> clang ObjC rewriter: crash rewriting file with B...Steve Naroff
2008-12-08Handle chained/nested property 'getters' (obj.p1.p2.p3).Steve Naroff
2008-12-05Fixed <rdar://problem/6213808> clang ObjC rewriter: @finally is not always ex...Steve Naroff
2008-12-04instead of forcing blocks on by default, make them default to off, but letChris Lattner
2008-11-19Fix <rdar://problem/6291588> assertion failure: SourceManager.h line 489.Steve Naroff
2008-10-15Tighten up blocks rewriter to handle casts and some other interesting cases.Steve Naroff
2008-09-23Teach block rewriter to replace '^' with '*' in VarDecls.Steve Naroff
2008-08-19Fix crasher in RewriteObjC::RewriteObjCSynchronizedStmt(). Can't depend on th...Steve Naroff
2008-07-21Fix a test RUN line to not generate '=-' in test directoryDaniel Dunbar
2008-07-16RewriteObjC::RewriteObjCTryStmt():Don't synthesize a catch begin if there are...Steve Naroff
2008-06-21Switch 'super' from being a weird cast thing to being a predefined expr node.Chris Lattner
2008-06-12Multiple tests in a single test file must be linked with '&&'.Argyrios Kyrtzidis
2008-06-07Don't include objc.h, so the rewriter tests work on machines without it.Eli Friedman
2008-05-23fix a nasty off-by-one error.Chris Lattner
2008-05-23fix an inconsistency computing offsets that caused a crash on rewrite-nest.mChris Lattner
2008-04-14Rename RewriteTest->RewriteObjC.Steve Naroff
2008-03-28Only have the rewriter produce a file when there are no errors.Steve Naroff
2008-03-26Fix rewriter tests to work with new output file logic. This changes forces th...Steve Naroff
2008-03-22Teach the rewriter how to respect the -o option.Chris Lattner
2008-03-12Two fixes to RewriteTest::RewriteObjCIvarRefExpr():Steve Naroff
2008-03-12Since the rewriter now outputs C++, it no longer makes sense to pipe the outp...Steve Naroff
2008-02-01Fix two rewriter bugs with @catch.Steve Naroff
2008-02-01Moved "Rewriter" tests from test/Sema to test/Rewriter.Ted Kremenek