summaryrefslogtreecommitdiffstats
path: root/test/SemaObjCXX/overload.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
* "Accidentally" fixed a bug with overloading of functions withDouglas Gregor2011-12-151-0/+6
* Fix order of operands for the warning about incompatible Objective-CDouglas Gregor2011-06-111-2/+2
* When comparing Objective-C pointers during overload resolution toDouglas Gregor2011-04-271-0/+12
* For the purposes of overload resolution, consider a conversion from anDouglas Gregor2011-04-151-0/+10
* Fix an objc++ diagnostic initializing objc pointers.Fariborz Jahanian2011-03-211-2/+2
* Implement reasonable conversion ranking for Objective-C pointerDouglas Gregor2011-01-311-7/+5
* Objective-C pointer conversions to 'id' or qualified 'id' subsumeDouglas Gregor2010-12-061-0/+9
* When we're performing an explicit cast of some sort, don't complainDouglas Gregor2010-12-021-3/+3
* Improve our handling of cv-qualifiers in Objective-C pointerDouglas Gregor2010-12-011-12/+30
* Cookie crumbs.John McCall2010-10-261-0/+1
* Actually, that doesn't really work, and anyway we should chooseJohn McCall2010-10-261-1/+1
* Consider conversions of Objective-C pointers to 'id' to be basically ofJohn McCall2010-10-261-23/+44
* Conversions from Objective C object pointers to bool are "pointer conversionsJohn McCall2010-06-111-0/+9
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Make tests use the new clang -cc1 flag.Fariborz Jahanian2009-12-141-1/+1
* Switch XFAIL format to match LLVM.Daniel Dunbar2009-11-031-1/+1
* This patch includes a conceptually simple, but very intrusive/pervasive change. Steve Naroff2009-07-101-0/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Support conversion from a null pointer constant o any Objective-C object poin...Douglas Gregor2008-12-221-0/+3
* Add a missing @end. Why didn't this get diagnosed?Douglas Gregor2008-12-191-0/+1
* Support more implicit conversions for Objective-C types. Addresses <rdar://pr...Douglas Gregor2008-12-191-1/+16
* Allow downcasts of pointers to Objective-C interfaces, with aDouglas Gregor2008-12-191-0/+5
* Add some more implicit conversions for Objective-C++Douglas Gregor2008-12-181-0/+12
* Ultrasimplistic sketch for the parsing of C++ template-ids. This won'tDouglas Gregor2008-12-181-1/+1
* Add implicit conversions for Objective-C qualified ids, e.g.,Douglas Gregor2008-11-271-1/+20
* Implement implicit conversions for Objective-C specific types, e.g., Douglas Gregor2008-11-261-0/+39