]> granicus.if.org Git - clang/commit
Objective-C [qoi]: privide typo correction for selectors
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 18 Jun 2013 15:31:36 +0000 (15:31 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 18 Jun 2013 15:31:36 +0000 (15:31 +0000)
commit419245e0719e1785e4eb3954ddaee122e921c738
tree5b7ab0df7973a62c891735fb7094a0435fa23fb8
parent15f03ea2e223631e71d4ae75db986e2951d4e092
Objective-C [qoi]: privide typo correction for selectors
in addition of receiver having static type, but also when
receiver has dynamic type (of 'id' variety) as well as when
receiver is of 'Class' type vareity. // rdar://7853549

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184195 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaDeclObjC.cpp
lib/Sema/SemaExprObjC.cpp
test/FixIt/selector-fixit.m
test/SemaObjC/arc.m
test/SemaObjC/call-super-2.m
test/SemaObjC/protocol-id-test-1.m
test/SemaObjC/protocol-id-test-2.m