llvm-project/clang/test/SemaObjCXX
Douglas Gregor e254f90d94 Initial implementation of argument dependent lookup (a.k.a. ADL,
a.k.a. Koenig lookup) in C++. Most of the pieces are in place, but for
two:

  - In an unqualified call g(x), even if the name does not refer to
    anything in the current scope, we can still find functions named
    "g" based on ADL. We don't yet have this ability.
  - ADL will need updating for friend functions and templates.

llvm-svn: 63692
2009-02-04 00:32:51 +00:00
..
blocks.mm Initial implementation of argument dependent lookup (a.k.a. ADL, 2009-02-04 00:32:51 +00:00
cocoa.mm Re-enable PTH testing for Cocoa.h and Carbon.h (and include testing for Objective-C++). 2009-01-09 00:41:48 +00:00
linkage-spec.mm Allow Objective-C entities to be declared within a transparent context 2009-01-06 23:51:29 +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 Support conversion from a null pointer constant o any Objective-C object pointer type. Fixes rdar://problem/6463298 2008-12-22 20:51:52 +00:00
reserved-keyword-selectors.mm Reserved C++ words are valid selectors in Objective-C++ 2008-08-23 21:00:01 +00:00
vararg-non-pod.mm Use a single function for doing vararg argument promotion. Also, make sure to do the promotion before checking the type - fixes PR3340. 2009-01-16 16:48:51 +00:00