]> granicus.if.org Git - clang/commit
[Objective-C Sema] Use canonical type of properties when comparing
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 8 Apr 2015 21:34:04 +0000 (21:34 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 8 Apr 2015 21:34:04 +0000 (21:34 +0000)
commit4b8ee3f469a9d7ceb1b3fed2f3dbd876fe463bd2
tree0600398070e0066cff1f8f05aa76cb7a05ba27ce
parentda39c3c96f32ca2fc693926a4b24ba62f3b672c0
[Objective-C Sema] Use canonical type of properties when comparing
redeclaration of property in class extension and to avoid
bogus error. rdar://20469452

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@234440 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaObjCProperty.cpp
test/SemaObjC/property-9.m