summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/message.m
Commit message (Expand)AuthorAgeFilesLines
* improve of note message and minor refactoring of my lastFariborz Jahanian2013-05-151-1/+1
* Objective-C [diagnostics] [QOI], when method is notFariborz Jahanian2013-05-141-1/+1
* Point diagnostics that complain about a use of a selector in an objc message,...Argyrios Kyrtzidis2013-05-011-0/+12
* Perform the receiver-expression transformations regardless ofJohn McCall2013-03-011-1/+1
* Fix crash-on-invalid where a ParenListExpr shows up as a message receiverArgyrios Kyrtzidis2013-02-151-0/+8
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-1/+1
* Improve diagnostics like "initializing <type> from an expression ofDouglas Gregor2010-04-091-1/+1
* Improve diagnostics when we fail to convert from a source type to aDouglas Gregor2010-04-091-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Change tests to use clang -cc1...Fariborz Jahanian2009-12-141-1/+1
* Remove cast from test case (cast was incorrectly added as part of http://llvm...Steve Naroff2009-07-151-1/+1
* This patch includes a conceptually simple, but very intrusive/pervasive change. Steve Naroff2009-07-101-1/+1
* fix PR4021, array and functions decay in the receiver position of an objc mes...Chris Lattner2009-04-291-1/+11
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Improve the "bad receiver" warning for ObjC message sends to be less confusing.Chris Lattner2009-03-111-1/+1
* Fix PR3766, a really nasty silent miscompilation case where we emittedChris Lattner2009-03-091-0/+13
* pass -verify in exprs.m, merge const-id.m into message.mChris Lattner2009-02-181-0/+7
* merge some simple call diagnostics.Chris Lattner2008-11-211-1/+1
* Fix two bugs exposed by array passing assert:Daniel Dunbar2008-09-111-0/+7
* move all objc sema tests into a new SemaObjC directory. Next step is toChris Lattner2008-07-261-0/+63