objective-c: Fixes a corner case and interesting bug.
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 24 May 2012 18:29:41 +0000 (18:29 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 24 May 2012 18:29:41 +0000 (18:29 +0000)
commit246f519a51653dfc3a1af1ac4bc31bb252c633fd
tree0cabebae39fe71a36dee20301532e6b677957f0c
parent6fef6e646698ed99a0bda8ba07da7c46e62ee215
objective-c: Fixes a corner case and interesting bug.
Where diagnostic about unfound property is not
issued in the context where a setter is looked up
in situation in which name and property name differ
in their first letter case. // rdar://11363363

llvm-svn: 157407
clang/lib/Sema/SemaExprObjC.cpp
clang/test/SemaObjC/property-user-setter.m