1. bc0b915 wordsmith an objc warning, rdar://7900756 by Chris Lattner · 15 years ago
  2. b4c0c2d Match GCC's behavior and do not include '-Wunused-parameter' in '-Wunused'. by Ted Kremenek · 15 years ago
  3. 444b035 Augment __has_feature to report that Clang supports adding attribute 'unused' by Ted Kremenek · 15 years ago
  4. 2ec93a8 Allow __attribute__((unused)) to be applied to ObjC ivars. by Ted Kremenek · 15 years ago
  5. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  6. 1147c5e Change tests to use clang -cc1... by Fariborz Jahanian · 15 years ago
  7. 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
  8. 419cfb3 Improve the diagnostic emitted when an unused ObjC property getter by Chris Lattner · 15 years ago
  9. 6cc670e Warn on use of property dot syntax when unused. by Fariborz Jahanian · 15 years ago
  10. bab8a8e merge two tests. by Chris Lattner · 15 years ago
  11. ab0e887 Fix rdar://7126285: don't warn on unused ObjC property access by Chris Lattner · 15 years ago
  12. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  13. 666871a remove objc prefixes from these tests. by Chris Lattner · 17 years ago[Renamed from test/SemaObjC/objc-unused.m]
  14. 6ac6ddc move all objc sema tests into a new SemaObjC directory. Next step is to by Chris Lattner · 17 years ago[Renamed from test/Sema/objc-unused.m]
  15. a9c0102 objc messages have side effects, return true from hasLocalSideEffect, fixing: by Chris Lattner · 17 years ago