hanchenye-llvm-project/clang/test/SemaObjCXX
Douglas Gregor a29dc05eaf 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.

llvm-svn: 60142
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