]> granicus.if.org Git - clang/commit
Objective-C [qoi]: Provide fixit hint when message with typo
authorFariborz Jahanian <fjahanian@apple.com>
Mon, 17 Jun 2013 17:10:54 +0000 (17:10 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Mon, 17 Jun 2013 17:10:54 +0000 (17:10 +0000)
commitd395e34ae7aeeeaf9a37a12bc0f6de87158c95c3
tree810a7be9f8d701af9c278b9a299c792b018d4c61
parentdd0b3c4c72464af92e2c27dd5a67e29f91ba7b28
Objective-C [qoi]: Provide fixit hint when message with typo
is sent to a receiver object. This is wip. // rdar://7853549

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