1. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  2. 1147c5e Change tests to use clang -cc1... by Fariborz Jahanian · 15 years ago
  3. 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
  4. 419cfb3 Improve the diagnostic emitted when an unused ObjC property getter by Chris Lattner · 15 years ago
  5. 6cc670e Warn on use of property dot syntax when unused. by Fariborz Jahanian · 15 years ago
  6. bab8a8e merge two tests. by Chris Lattner · 15 years ago
  7. ab0e887 Fix rdar://7126285: don't warn on unused ObjC property access by Chris Lattner · 15 years ago
  8. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  9. 666871a remove objc prefixes from these tests. by Chris Lattner · 16 years ago[Renamed from test/SemaObjC/objc-unused.m]
  10. 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]
  11. a9c0102 objc messages have side effects, return true from hasLocalSideEffect, fixing: by Chris Lattner · 17 years ago