1. 2fbe92c Perform the receiver-expression transformations regardless of by John McCall · 12 years ago
  2. 0c42bb6 'const std::type_info*' instead of 'std::type_info const*' by Chris Lattner · 14 years ago
  3. e030358 add a bunch of missing prototypes to tests by Chris Lattner · 15 years ago
  4. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  5. 1147c5e Change tests to use clang -cc1... by Fariborz Jahanian · 15 years ago
  6. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  7. 4018a28 Improve the "bad receiver" warning for ObjC message sends to be less confusing. by Chris Lattner · 16 years ago
  8. 0c73f37 Fix PR3766, a really nasty silent miscompilation case where we emitted by Chris Lattner · 16 years ago
  9. 8e2945a Fix <rdar://problem/6248764> parser rejects: bad receiver type 'CFStringRef'. by Steve Naroff · 16 years ago
  10. 666871a remove objc prefixes from these tests. by Chris Lattner · 16 years ago[Renamed from test/SemaObjC/objc-bad-receiver-1.m]
  11. 6ac6ddc move all objc sema tests into a new SemaObjC directory. Next step is to by Chris Lattner · 16 years ago[Renamed from test/Sema/objc-bad-receiver-1.m]
  12. 6e10a08 make some diagnostics more terse, update testcases. by Chris Lattner · 17 years ago
  13. 1dad5b2 Diagnose bad receiver type. by Fariborz Jahanian · 17 years ago