]> granicus.if.org Git - clang/commit
For the sake of Objective-c++ overload resolution,
authorFariborz Jahanian <fjahanian@apple.com>
Mon, 3 May 2010 21:06:18 +0000 (21:06 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Mon, 3 May 2010 21:06:18 +0000 (21:06 +0000)
commitd8d344191149652bb0f49d4c6e756b2f1bb63cac
tree9bda1df35ecd17c6e9d9acf15f093f30f06300d0
parentf7d72f5a4a3f0e610d77c6779ca3c21920a14bc7
For the sake of Objective-c++ overload resolution,
treat argument types of objective-c pointer types
which only differ in their protocol qualifiers as
the same type (radar 7925668).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102955 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/Sema.h
lib/Sema/SemaOverload.cpp