aboutsummaryrefslogtreecommitdiff
path: root/test/Rewriter
AgeCommit message (Expand)Author
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