clang-1/test/SemaObjCXX
Douglas Gregor 7ca09760ee Add implicit conversions for Objective-C qualified ids, e.g.,
id<P0>

The intended overloading behavior of these entities isn't entirely
clear, and GCC seems to have some strange limitations (e.g., the
inability to overload on id<P0> vs. id<P1>). We'll want to revisit
these semantics and determine just how Objective-C++ overloading
should really work.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60142 91177308-0d34-0410-b5e6-96231b3b80d8
2008-11-27 01:19:21 +00:00
..
cocoa.mm Add carbon.cpp and cocoa.mm tests 2008-08-23 22:21:00 +00:00
objc-decls-inside-namespace.mm Make it an error if an Objective-C declaration is not in the global scope. 2008-11-04 16:57:32 +00:00
overload.mm Add implicit conversions for Objective-C qualified ids, e.g., 2008-11-27 01:19:21 +00:00
reserved-keyword-selectors.mm Reserved C++ words are valid selectors in Objective-C++ 2008-08-23 21:00:01 +00:00