Centralize and refine the __unknown_anytype argument rules
authorJohn McCall <rjmccall@apple.com>
Mon, 4 Mar 2013 07:34:02 +0000 (07:34 +0000)
committerJohn McCall <rjmccall@apple.com>
Mon, 4 Mar 2013 07:34:02 +0000 (07:34 +0000)
commitcc5788c5ce474dc459b497bb7f4d3528c58a4367
tree6e2104c166904545827f0689c65097051e6913de
parenta37c2fa40966b75624a524913bddfc4ea669bb46
Centralize and refine the __unknown_anytype argument rules
and be sure to apply them whether or not the debugger gave
us a method declaration.

rdar://12565338

llvm-svn: 176432
clang/include/clang/Sema/Sema.h
clang/lib/Sema/SemaExpr.cpp
clang/lib/Sema/SemaExprObjC.cpp
clang/test/CodeGenObjCXX/unknown-anytype.mm [new file with mode: 0644]