1. 437bbff Define id to the correct type. by Rafael Espindola · 11 years ago
  2. 260611a Restructure how the driver communicates information about the by John McCall · 12 years ago
  3. dcc8e3f These tests are intended to run in NeXt's legacy objective-c abi (fragile-abi). by Fariborz Jahanian · 13 years ago
  4. 42f1e65 Fix a rewrite bug. // rdar://9039342 by Fariborz Jahanian · 14 years ago
  5. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  6. 43cb9a0 Make tests use the new clang -cc1 flag. by Fariborz Jahanian · 15 years ago
  7. be8d813 Use '-o' '-' instead of '-o=-' in tests. by Daniel Dunbar · 15 years ago
  8. d1969d8 Prep for new warning. by Mike Stump · 15 years ago
  9. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  10. b29b427 Rename RewriteTest->RewriteObjC. by Steve Naroff · 16 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. b1f4080 Since the rewriter now outputs C++, it no longer makes sense to pipe the output to clang. by Steve Naroff · 17 years ago
  13. 5f0ad3f Moved "Rewriter" tests from test/Sema to test/Rewriter. by Ted Kremenek · 17 years ago[Renamed from test/Sema/rewrite-foreach-5.m]
  14. e8d1c05 Added support for rewriting of continue/break statements inside ObjC2's foreach-stmt. by Fariborz Jahanian · 17 years ago