diff options
author | David Goldman <davg@google.com> | 2020-06-05 10:57:33 -0400 |
---|---|---|
committer | David Goldman <davg@google.com> | 2020-06-08 12:46:00 -0400 |
commit | 2ef65adb6f9dbebdd250dc6210e813711fb478d9 (patch) | |
tree | 189c2c595fb7bc92714ded327784e0afd4f4c966 /llvm/lib/Support/SourceMgr.cpp | |
parent | d26721776ff08e0ecdd73b8851c44032d7c0a366 (diff) | |
download | llvm-2ef65adb6f9dbebdd250dc6210e813711fb478d9.zip llvm-2ef65adb6f9dbebdd250dc6210e813711fb478d9.tar.gz llvm-2ef65adb6f9dbebdd250dc6210e813711fb478d9.tar.bz2 |
[Sema][CodeComplete][ObjC] Don't include arrow/dot fixits
Summary:
Exempt ObjC from arrow/dot fixits since this has limited value for
Objective-C, where properties (referenced by dot syntax) are normally
backed by ivars (referenced by arrow syntax).
In addition, the current implementation doesn't properly mark
the fix it condition for Objective-C.
This was initially added in https://reviews.llvm.org/D41537
for C++ and then later C, don't believe the Objective-C changes
were intentional.
Reviewers: sammccall, yvvan
Subscribers: jfb, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D81263
Diffstat (limited to 'llvm/lib/Support/SourceMgr.cpp')
0 files changed, 0 insertions, 0 deletions