1. 33337ca Update aosp/master clang for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  2. b2f6820 Added a new attribute, objc_root_class, which informs the compiler when a root class is intentionally declared. by Patrick Beard · 12 years ago
  3. 69730c1 Fix parsing of type-specifier-seq's. Types are syntactically allowed to be by Richard Smith · 12 years ago
  4. 2fe9b7f Modify how the -verify flag works. Currently, the verification string and by Richard Trieu · 13 years ago
  5. b302996 Use Sema::RequireCompleteType to check for the completeness of by Douglas Gregor · 13 years ago
  6. 8b1aba4 Improve diagnostics when property being looked up by Fariborz Jahanian · 14 years ago
  7. cb821d0 Downgrade the "declaration does not declare anything" error to a by Douglas Gregor · 14 years ago
  8. 02deae8 Do not diagnose method disguised as property setter by Fariborz Jahanian · 14 years ago
  9. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  10. 1147c5e Change tests to use clang -cc1... by Fariborz Jahanian · 15 years ago
  11. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  12. 4920f1f Implement support for anonymous structs and unions in C. Both C and by Douglas Gregor · 15 years ago
  13. 28eb7e9 make the 'to match this' diagnostic a note. by Chris Lattner · 16 years ago
  14. 18bc164 Fix <rdar://problem/6268365> Parser rejects property (dot notation) access on id<protocol>. by Steve Naroff · 16 years ago
  15. cd9f4b3 More property attribute recovery improvements. Instead of this: by Chris Lattner · 16 years ago
  16. 9186764 add testcase for the recovery improvements in my last patch. by Chris Lattner · 16 years ago
  17. da3253d fix a crash on unnamed properties like: @property (readonly) int : 4; by Chris Lattner · 16 years ago
  18. 4fa4ab6 Fix <rdar://problem/6239726> Parser rejects: type of property 'list' does not match type of ivar by Steve Naroff · 16 years ago