Added functionality to suggest FixIts for conversion of '->' to '.' and vice versa.
authorKadir Cetinkaya <kadircet@google.com>
Wed, 8 Aug 2018 08:59:29 +0000 (08:59 +0000)
committerKadir Cetinkaya <kadircet@google.com>
Wed, 8 Aug 2018 08:59:29 +0000 (08:59 +0000)
commit2f84d911317b6c0c312ef34fd1ca20a32614ea15
tree15180eef09fe85703271e62036cdfe09576190db
parentc6a00f545c4175c94257827522d598013e213e34
Added functionality to suggest FixIts for conversion of '->' to '.' and vice versa.

Summary: Added functionality to suggest FixIts for conversion of '->' to '.' and vice versa.

Reviewers: ilya-biryukov

Reviewed By: ilya-biryukov

Subscribers: yvvan, ioeric, jkorous, arphaman, cfe-commits, kadircet

Differential Revision: https://reviews.llvm.org/D50193

llvm-svn: 339224
clang-tools-extra/clangd/CodeComplete.cpp
clang-tools-extra/clangd/CodeComplete.h
clang-tools-extra/clangd/Diagnostics.cpp
clang-tools-extra/clangd/Protocol.h
clang-tools-extra/clangd/Quality.cpp
clang-tools-extra/clangd/Quality.h
clang-tools-extra/clangd/SourceCode.cpp
clang-tools-extra/clangd/SourceCode.h
clang-tools-extra/unittests/clangd/CodeCompleteTests.cpp
clang-tools-extra/unittests/clangd/QualityTests.cpp