]> granicus.if.org Git - clang/commit
Objective-C [qoi]. Patch to not do Fix-It for fixing
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 12 Aug 2014 22:16:41 +0000 (22:16 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 12 Aug 2014 22:16:41 +0000 (22:16 +0000)
commit7c33b6163c35fe151b0a22f188065eecab3657f8
tree4aae7749a8085ae015dcec1ed04b0f162b93e32d
parentfc064f81189a42025332a4dafab3ad8492e39ba4
Objective-C [qoi]. Patch to not do Fix-It for fixing
a messaging expression except in the simple case
of a unary selector. We cannot reliably provide such a fixit due
to numerous reasons where a matching selector could not be found.
rdar://15756038

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@215480 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExprObjC.cpp
test/FixIt/multiarg-selector-fixit.m [new file with mode: 0644]