1. 2fe9b7f Modify how the -verify flag works. Currently, the verification string and by Richard Trieu · 13 years ago
  2. e9f5581 Improve on diagnostics when an objc class is used as by Fariborz Jahanian · 14 years ago
  3. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  4. 1147c5e Change tests to use clang -cc1... by Fariborz Jahanian · 15 years ago
  5. acf2d13 error on property of objc interface type instead of crashing by Fariborz Jahanian · 15 years ago
  6. 05af262 call objc interfaces just "interfaces" in diagnostics, not "Objective-C types" by Chris Lattner · 15 years ago
  7. bb74982 diagnose attempts to return objc interfaces by-value from C functions. by Chris Lattner · 15 years ago
  8. 2dd979f Improve the 'cannot pass objc interface by value' diagnostic: by Chris Lattner · 15 years ago
  9. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  10. ccef371 Fix <rdar://problem/6500554> missing objc error message. by Steve Naroff · 15 years ago
  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/invalid-objc-decls-1.m]
  12. 4619366 fix expected errors. by Chris Lattner · 17 years ago
  13. e7f64cc Check and diagnose that objective-c objects may not be statically allocated. by Fariborz Jahanian · 17 years ago