Go to file
Anna Zaks c77a3b1aab Consolidate ObjC lookupPrivateMethod methods from Sema and DeclObjC.
Also, fix a subtle bug, which occurred due to lookupPrivateMethod
defined in DeclObjC.h not looking up the method inside parent's
categories.

Note, the code assumes that Class's parent object has the same methods
as what's in the Root class of a the hierarchy, which is a heuristic
that might not hold for hierarchies which do not descend from NSObject.
Would be great to fix this in the future.

llvm-svn: 160885
2012-07-27 19:07:44 +00:00
clang Consolidate ObjC lookupPrivateMethod methods from Sema and DeclObjC. 2012-07-27 19:07:44 +00:00
compiler-rt tsan: add missing include 2012-07-27 18:13:03 +00:00
debuginfo-tests Fix this for gdb 7.4. 2012-07-23 19:41:58 +00:00
libclc configure.py: Add an install rule. 2012-06-01 17:29:59 +00:00
libcxx Update CREDITS.TXT 2012-07-26 20:22:37 +00:00
libcxxabi add a link to the libc++ website 2012-07-20 17:21:42 +00:00
lld Fix warning from -Wshadow. Report errors back to caller rather than calling 2012-07-27 14:52:18 +00:00
lldb Don't have ExecutionContextRef::SetTargetPtr fill in the frame 2012-07-26 22:55:19 +00:00
llvm SmallVector: Crank up verbosity of asserts per Chandler's request. 2012-07-27 19:05:58 +00:00
polly Create a new directory before running the polly script 2012-07-24 16:58:57 +00:00