1. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  2. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  3. 03ebd3b objective-C: improve on warnings about misplacement of method by Fariborz Jahanian · 12 years ago
  4. 0860235 objective-C: issue warning when there is no whitespace by Fariborz Jahanian · 12 years ago
  5. 3359fa3 refactoring + objective-C specific test for my last patch. // rdar://12233989 by Fariborz Jahanian · 12 years ago
  6. b34eb0c objective-C string literal has no side-effect, by Fariborz Jahanian · 12 years ago
  7. 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
  8. bc0b915 wordsmith an objc warning, rdar://7900756 by Chris Lattner · 14 years ago
  9. b4c0c2d Match GCC's behavior and do not include '-Wunused-parameter' in '-Wunused'. by Ted Kremenek · 14 years ago
  10. 444b035 Augment __has_feature to report that Clang supports adding attribute 'unused' by Ted Kremenek · 14 years ago
  11. 2ec93a8 Allow __attribute__((unused)) to be applied to ObjC ivars. by Ted Kremenek · 14 years ago
  12. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  13. 1147c5e Change tests to use clang -cc1... by Fariborz Jahanian · 15 years ago
  14. 23afaad Don't #include <stdio.h> when tests don't need it, or use clang instead of clang-cc when they do. by Daniel Dunbar · 15 years ago
  15. 419cfb3 Improve the diagnostic emitted when an unused ObjC property getter by Chris Lattner · 15 years ago
  16. 6cc670e Warn on use of property dot syntax when unused. by Fariborz Jahanian · 15 years ago
  17. bab8a8e merge two tests. by Chris Lattner · 15 years ago
  18. ab0e887 Fix rdar://7126285: don't warn on unused ObjC property access by Chris Lattner · 15 years ago
  19. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  20. 666871a remove objc prefixes from these tests. by Chris Lattner · 16 years ago[Renamed from test/SemaObjC/objc-unused.m]
  21. 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-unused.m]
  22. a9c0102 objc messages have side effects, return true from hasLocalSideEffect, fixing: by Chris Lattner · 17 years ago