1. 5fb5df9 Restructure how the driver communicates information about the by John McCall · 13 years ago
  2. 27062dd These tests are intended to run in NeXt's legacy objective-c abi (fragile-abi). by Fariborz Jahanian · 14 years ago
  3. 8fbe78f Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  4. c749f2b Make tests use the new clang -cc1 flag. by Fariborz Jahanian · 16 years ago
  5. a12113c Use '-o' '-' instead of '-o=-' in tests. by Daniel Dunbar · 16 years ago
  6. a45cf5b Rename clang to clang-cc. by Daniel Dunbar · 17 years ago
  7. 1dc53ef Rename RewriteTest->RewriteObjC. by Steve Naroff · 18 years ago
  8. c10c2e3 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 · 18 years ago
  9. e9a709a Moved "Rewriter" tests from test/Sema to test/Rewriter. by Ted Kremenek · 18 years ago[Renamed from clang/test/Sema/objc-string-concat-1.m]
  10. 4d1288a Concatenation of objc strings. by Fariborz Jahanian · 18 years ago