1. 1404014 improve of note message and minor refactoring of my last patch (r181847). by Fariborz Jahanian · 11 years ago
  2. 9f00b1d Objective-C [diagnostics] [QOI], when method is not by Fariborz Jahanian · 11 years ago
  3. f4d0239 Point diagnostics that complain about a use of a selector in an objc message, to the selector location. by Argyrios Kyrtzidis · 11 years ago
  4. 2fbe92c Perform the receiver-expression transformations regardless of by John McCall · 12 years ago
  5. db546fa Fix crash-on-invalid where a ParenListExpr shows up as a message receiver by Argyrios Kyrtzidis · 12 years ago
  6. b2f6820 Added a new attribute, objc_root_class, which informs the compiler when a root class is intentionally declared. by Patrick Beard · 13 years ago
  7. 08a4190 Improve diagnostics like "initializing <type> from an expression of by Douglas Gregor · 15 years ago
  8. d4eea83 Improve diagnostics when we fail to convert from a source type to a by Douglas Gregor · 15 years ago
  9. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  10. 1147c5e Change tests to use clang -cc1... by Fariborz Jahanian · 15 years ago
  11. 0cdad6c Remove cast from test case (cast was incorrectly added as part of http://llvm.org/viewvc/llvm-project?view=rev&revision=75314). by Steve Naroff · 15 years ago
  12. 14108da This patch includes a conceptually simple, but very intrusive/pervasive change. by Steve Naroff · 15 years ago
  13. d0d4599 fix PR4021, array and functions decay in the receiver position of an objc message send. by Chris Lattner · 15 years ago
  14. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  15. 4018a28 Improve the "bad receiver" warning for ObjC message sends to be less confusing. by Chris Lattner · 16 years ago
  16. 0c73f37 Fix PR3766, a really nasty silent miscompilation case where we emitted by Chris Lattner · 16 years ago
  17. e47f7b1 pass -verify in exprs.m, merge const-id.m into message.m by Chris Lattner · 16 years ago
  18. 2c21a07 merge some simple call diagnostics. by Chris Lattner · 16 years ago
  19. 91e19b2 Fix two bugs exposed by array passing assert: by Daniel Dunbar · 16 years ago
  20. 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/message.m]
  21. a56f616 by Steve Naroff · 17 years ago
  22. a924e7c by Steve Naroff · 17 years ago
  23. 0416fb9 by Steve Naroff · 17 years ago
  24. c43d868 by Steve Naroff · 17 years ago