[PATCH] D50193: Added functionality to suggest FixIts for conversion of '->' to '.' and vice versa.
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 6 02:21:40 PDT 2018
kadircet updated this revision to Diff 159261.
kadircet marked 4 inline comments as done.
kadircet added a comment.
Added functionality to suggest FixIts for conversion of '->' to '.' and vice versa.
- Fixes for comments.
- Take unnecessary patches back
- Second pass for comments.
- Add downranking for scores of fixit elements.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D50193
Files:
clangd/CodeComplete.cpp
clangd/CodeComplete.h
clangd/Diagnostics.cpp
clangd/Protocol.h
clangd/Quality.cpp
clangd/Quality.h
clangd/SourceCode.cpp
clangd/SourceCode.h
unittests/clangd/CodeCompleteTests.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50193.159261.patch
Type: text/x-patch
Size: 13430 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180806/c6cc197f/attachment.bin>
More information about the cfe-commits
mailing list