summaryrefslogtreecommitdiff
path: root/test/Rewriter
Commit message (Expand)AuthorAgeFilesLines
* Prep for new warning.Mike Stump2009-07-224-5/+5
* Rename clang to clang-cc.Daniel Dunbar2009-03-2431-32/+32
* Extend builtin "attribute" syntax to include a notation forDouglas Gregor2009-02-141-1/+2
* Fix <rdar://problem/6465284> clang ObjC rewriter: objc_super messed up again.Steve Naroff2008-12-231-0/+3
* Fix <rdar://problem/6429113> clang ObjC rewriter: crash rewriting file with B...Steve Naroff2008-12-091-0/+1
* Handle chained/nested property 'getters' (obj.p1.p2.p3).Steve Naroff2008-12-081-0/+53
* Fixed <rdar://problem/6213808> clang ObjC rewriter: @finally is not always ex...Steve Naroff2008-12-051-0/+26
* instead of forcing blocks on by default, make them default to off, but letChris Lattner2008-12-041-1/+1
* Fix <rdar://problem/6291588> assertion failure: SourceManager.h line 489.Steve Naroff2008-11-191-0/+11
* Tighten up blocks rewriter to handle casts and some other interesting cases.Steve Naroff2008-10-151-0/+11
* Teach block rewriter to replace '^' with '*' in VarDecls.Steve Naroff2008-09-231-0/+27
* Fix crasher in RewriteObjC::RewriteObjCSynchronizedStmt(). Can't depend on th...Steve Naroff2008-08-191-0/+4
* Fix a test RUN line to not generate '=-' in test directoryDaniel Dunbar2008-07-211-1/+1
* RewriteObjC::RewriteObjCTryStmt():Don't synthesize a catch begin if there are...Steve Naroff2008-07-161-7/+11
* Switch 'super' from being a weird cast thing to being a predefined expr node.Chris Lattner2008-06-211-1/+1
* Multiple tests in a single test file must be linked with '&&'.Argyrios Kyrtzidis2008-06-121-1/+1
* Don't include objc.h, so the rewriter tests work on machines without it.Eli Friedman2008-06-071-2/+0
* fix a nasty off-by-one error.Chris Lattner2008-05-231-0/+14
* fix an inconsistency computing offsets that caused a crash on rewrite-nest.mChris Lattner2008-05-231-0/+29
* Rename RewriteTest->RewriteObjC.Steve Naroff2008-04-1426-27/+27
* Only have the rewriter produce a file when there are no errors.Steve Naroff2008-03-281-1/+1
* Fix rewriter tests to work with new output file logic. This changes forces th...Steve Naroff2008-03-2625-25/+25
* Teach the rewriter how to respect the -o option.Chris Lattner2008-03-221-1/+1
* Two fixes to RewriteTest::RewriteObjCIvarRefExpr():Steve Naroff2008-03-121-0/+1
* Since the rewriter now outputs C++, it no longer makes sense to pipe the outp...Steve Naroff2008-03-1216-16/+16
* Fix two rewriter bugs with @catch.Steve Naroff2008-02-011-2/+7
* Moved "Rewriter" tests from test/Sema to test/Rewriter.Ted Kremenek2008-02-0126-0/+563