[PATCH] D39836: [clangd] Drop impossible completions (unavailable or inaccessible)
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 21 09:16:32 PST 2017
sammccall updated this revision to Diff 123817.
sammccall added a comment.
This revision is now accepted and ready to land.
Add an option to allow impossible completions.
While here, remove 'helpful' constructors that take some subset of the params.
https://reviews.llvm.org/D39836
Files:
clangd/ClangdLSPServer.cpp
clangd/ClangdLSPServer.h
clangd/ClangdServer.cpp
clangd/ClangdServer.h
clangd/ClangdUnit.cpp
clangd/ClangdUnit.h
clangd/JSONExpr.cpp
clangd/JSONExpr.h
clangd/tool/ClangdMain.cpp
test/clangd/completion-priorities.test
test/clangd/completion-qualifiers.test
unittests/clangd/ClangdTests.cpp
unittests/clangd/JSONExprTests.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39836.123817.patch
Type: text/x-patch
Size: 36273 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171121/94d92ebb/attachment-0001.bin>
More information about the cfe-commits
mailing list