]> granicus.if.org Git - clang/commit
Objective-C: Fixes a typo correction bug where a
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 18 Jun 2013 17:10:58 +0000 (17:10 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 18 Jun 2013 17:10:58 +0000 (17:10 +0000)
commitcd9c9b5c464419116cc00145286589b13fd9eadf
tree38b3f8a65aa99bc64044188b76f3855ea098aa40
parentd4c0cd07641681de6ed12164aa7a4495ab4b18e5
Objective-C: Fixes a typo correction bug where a
selector would be correted to identical selector name
in certain corner cases. // rdar://7853549

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184208 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclObjC.cpp
lib/Sema/SemaExprObjC.cpp
test/SemaObjC/call-super-2.m