summaryrefslogtreecommitdiffstats
path: root/test/SemaObjCXX/message.mm
Commit message (Expand)AuthorAgeFilesLines
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-1/+1
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-1/+1
* Ensure that the result type of an Objective-C class message send isDouglas Gregor2011-01-111-0/+13
* When we have two identifiers in a row in Objective-C, make sure toDouglas Gregor2010-09-281-0/+20
* make clang print types as "const int *" instead of "int const*",Chris Lattner2010-09-051-1/+1
* suppress annoying textual repetition as 'aka'Gabor Greif2010-08-281-1/+1
* Fix the recently-added warning about 'typename' and 'template'Douglas Gregor2010-06-161-3/+3
* Warn when a 'typename' or a 'template' keyword refers to aDouglas Gregor2010-06-141-3/+3
* Whenever we complain about a failed initialization of a function orDouglas Gregor2010-04-221-1/+3
* Switch the initialization of Objective-C message parameters (as occursDouglas Gregor2010-04-211-0/+15
* Implement parsing for message sends in Objective-C++. Message sends inDouglas Gregor2010-04-211-4/+52
* Rework the Parser-Sema interaction for Objective-C messageDouglas Gregor2010-04-211-2/+2
* Implement C++ name lookup for instance variables of Objective-C classesDouglas Gregor2010-02-191-1/+18
* Make Sema::ActOnClassMessage robust when name lookup for the receiverDouglas Gregor2010-02-191-0/+12