1. c7089f1 Fix crasher in RewriteObjC::RewriteObjCSynchronizedStmt(). Can't depend on the source locations of the sync expression (since it may have been rewritten. by Steve Naroff · 16 years ago
  2. 4fbc2b0 Fix a test RUN line to not generate '=-' in test directory by Daniel Dunbar · 16 years ago
  3. c9ba172 RewriteObjC::RewriteObjCTryStmt():Don't synthesize a catch begin if there are 0 catch clauses. by Steve Naroff · 16 years ago
  4. 0d17f6f Switch 'super' from being a weird cast thing to being a predefined expr node. by Chris Lattner · 16 years ago
  5. c577a0e Multiple tests in a single test file must be linked with '&&'. by Argyrios Kyrtzidis · 16 years ago
  6. 74a7173 Don't include objc.h, so the rewriter tests work on machines without it. by Eli Friedman · 16 years ago
  7. 514b24c fix a nasty off-by-one error. by Chris Lattner · 16 years ago
  8. 9ed7cfd fix an inconsistency computing offsets that caused a crash on rewrite-nest.m by Chris Lattner · 16 years ago
  9. b29b427 Rename RewriteTest->RewriteObjC. by Steve Naroff · 17 years ago
  10. a7b402d Only have the rewriter produce a file when there are no errors. by Steve Naroff · 17 years ago
  11. 49535ef Fix rewriter tests to work with new output file logic. This changes forces the output to standard out (rather than generate a .cpp file, which is the new default for the rewriter). by Steve Naroff · 17 years ago
  12. c68ab77 Teach the rewriter how to respect the -o option. by Chris Lattner · 17 years ago
  13. 5518e7c Two fixes to RewriteTest::RewriteObjCIvarRefExpr(): by Steve Naroff · 17 years ago
  14. b1f4080 Since the rewriter now outputs C++, it no longer makes sense to pipe the output to clang. by Steve Naroff · 17 years ago
  15. e12e692 by Steve Naroff · 17 years ago
  16. 5f0ad3f Moved "Rewriter" tests from test/Sema to test/Rewriter. by Ted Kremenek · 17 years ago