1. 260611a Restructure how the driver communicates information about the by John McCall · 12 years ago
  2. dcc8e3f These tests are intended to run in NeXt's legacy objective-c abi (fragile-abi). by Fariborz Jahanian · 12 years ago
  3. e293d30 Teach objc-rewriter to pass -fobjc-exceptions along. by Fariborz Jahanian · 13 years ago
  4. e9b801f Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-exceptions flag to turn them on. by Anders Carlsson · 13 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. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  9. c9ba172 RewriteObjC::RewriteObjCTryStmt():Don't synthesize a catch begin if there are 0 catch clauses. by Steve Naroff · 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 · 16 years ago
  12. b1f4080 Since the rewriter now outputs C++, it no longer makes sense to pipe the output to clang. by Steve Naroff · 16 years ago
  13. e12e692 by Steve Naroff · 16 years ago
  14. 5f0ad3f Moved "Rewriter" tests from test/Sema to test/Rewriter. by Ted Kremenek · 16 years ago[Renamed from test/Sema/rewrite-try-catch.m]
  15. 20ebf8f by Steve Naroff · 16 years ago