]> granicus.if.org Git - clang/commit
Objective-C. This patch is to resolve the method used in method
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 13 Aug 2014 21:07:35 +0000 (21:07 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 13 Aug 2014 21:07:35 +0000 (21:07 +0000)
commit7cdaec7226b4fa62d57f16704c84291c702b2968
tree76a0d043fe59cf12ca9ef97c30b025200a25abb6
parent8d4cf9bf7fd430b35df5660e9df127ec1e4dd37b
Objective-C. This patch is to resolve the method used in method
expression to the best method found in global method pools.
This is wip.  // rdar://16808765

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@215577 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Sema.h
lib/Sema/SemaDeclObjC.cpp
lib/Sema/SemaExprObjC.cpp
lib/Sema/SemaOverload.cpp
test/SemaObjC/resolve-method-in-global-pool.m [new file with mode: 0644]
test/SemaObjC/warn-strict-selector-match.m