1. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  2. 129a60b objective-C: Do not warn if align attribute on method by Fariborz Jahanian · 12 years ago
  3. 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
  4. 3306ec1 After numerous requests, have Objective-C 'method declared here' notes mention the actual method. This looks better within an IDE, where text isn't always regurgitated in the presentation of a warning. Fixes radar 10914035. by Ted Kremenek · 13 years ago
  5. ec23678 objc: put out more coherent warning when method definition by Fariborz Jahanian · 13 years ago
  6. ee28a4b Fixes a minor hick up to my last patch. by Fariborz Jahanian · 13 years ago
  7. 7fda400 objc: private methods can have their attributes, no diagnostic is required. by Fariborz Jahanian · 13 years ago
  8. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  9. 1147c5e Change tests to use clang -cc1... by Fariborz Jahanian · 15 years ago
  10. 09d04e5 Changed wording of warning when attribute is on method definition. by Fariborz Jahanian · 15 years ago
  11. 5d36ac2 Method attributes may only be specified on method declarations. by Fariborz Jahanian · 15 years ago
  12. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  13. d3f2c10 Improve attribute parsing & tests. by Daniel Dunbar · 16 years ago
  14. 3568249 Sema support for format and noreturn attributes on Objective-C methods. by Daniel Dunbar · 16 years ago