1. 95e61fb Implement type checking of Objective-C property attributes. by Daniel Dunbar · 16 years ago
  2. 4f9b9f1 Fix http://llvm.org/bugs/show_bug.cgi?id=2816. by Steve Naroff · 16 years ago
  3. 5e155f0 Iterate on sema for :? in Objective-C: by Daniel Dunbar · 16 years ago
  4. 91e19b2 Fix two bugs exposed by array passing assert: by Daniel Dunbar · 16 years ago
  5. 0b7a5c0 Add XFAIL test case for: by Daniel Dunbar · 16 years ago
  6. ab49c0b Fix unintended use of doxygen comment strings. by Daniel Dunbar · 16 years ago
  7. 7ad1b1f Prevent invalid warnings about incomplete implementations for methods by Daniel Dunbar · 16 years ago
  8. 40727a4 Improve type-checking of ?: for Objective-C types. by Daniel Dunbar · 16 years ago
  9. 2307d31 Restore Objective-C dot-syntax access of methods. by Daniel Dunbar · 16 years ago
  10. 4bbef0f Temporarily disable some tests which due to dot-syntax access of methods. by Daniel Dunbar · 16 years ago
  11. 8a7267e Update test case (we were missing a warning here) by Daniel Dunbar · 16 years ago
  12. 394d33f Add ObjCPropertyDecl::isReadOnly. by Daniel Dunbar · 16 years ago
  13. a56f746 In incompatible pointer-typed ?: expressions, add implicit conversion by Daniel Dunbar · 16 years ago
  14. 1fe379f Objective-C foreach selector elements must be lvalues. by Anders Carlsson · 16 years ago
  15. 6e14a8f Fix silly bug in objc_gc attribute parsing and add test case by Anders Carlsson · 16 years ago
  16. e8904e9 Fix a FIXME by not creating an invalid AST on erroneous input. Also by Chris Lattner · 16 years ago
  17. 4f3278f proper grammar n stuph by Chris Lattner · 16 years ago
  18. 43477ca warn when someone tries to make an array of ObjC interfaces instead of array by Chris Lattner · 16 years ago
  19. 4fef81d Fix rdar://6124613 a crash on invalid code. by Chris Lattner · 16 years ago
  20. eacc392 simplify some code. by Chris Lattner · 16 years ago
  21. e281c86 remove duplicate error message. by Chris Lattner · 16 years ago
  22. 666871a remove objc prefixes from these tests. by Chris Lattner · 16 years ago
  23. 6ac6ddc move all objc sema tests into a new SemaObjC directory. Next step is to by Chris Lattner · 16 years ago