summaryrefslogtreecommitdiffstats
path: root/test/SemaObjCXX/objc-pointer-conv.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
* Fix an objc++ diagnostic initializing objc pointers.Fariborz Jahanian2011-03-211-1/+1
* When we're performing an explicit cast of some sort, don't complainDouglas Gregor2010-12-021-1/+3
* Improve our handling of cv-qualifiers in Objective-C pointerDouglas Gregor2010-12-011-2/+2
* "const id<NSFoo> *" instead of "id<NSFoo> const *".Chris Lattner2010-09-051-2/+2
* Extend the "cannot convert from base class pointer to derived classDouglas Gregor2010-07-011-1/+1
* Improve diagnostic when we fail to pick an overload because it wouldDouglas Gregor2010-06-301-0/+8
* Whenever we complain about a failed initialization of a function orDouglas Gregor2010-04-221-1/+1
* Switch the initialization of Objective-C message parameters (as occursDouglas Gregor2010-04-211-1/+1
* Improve diagnostics when we fail to convert from a source type to aDouglas Gregor2010-04-091-1/+1
* objective-c++ must take into account qualifiers when Fariborz Jahanian2010-03-151-0/+12
* Allow pointer convesion of an objective-c pointer toFariborz Jahanian2009-12-161-0/+26