[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)
commit576ff1283997d67e89bc958a1eeb25215a3c66c2
tree99c54b685d106c20aa1faf140f73750c983fa6e5
parentbda7aa5938862a80f9aae889f5a18fd4a2bbae1c
[Objective-C Sema] Use canonical type of properties when comparing
redeclaration of property in class extension and to avoid
bogus error. rdar://20469452

llvm-svn: 234440
clang/lib/Sema/SemaObjCProperty.cpp
clang/test/SemaObjC/property-9.m