[PATCH] D77392: [WIP][clangd] Make signatureHelp work with stale preambles
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 21 01:02:56 PDT 2020
kadircet updated this revision to Diff 258915.
kadircet marked 2 inline comments as done.
kadircet added a comment.
- Make scanPreambleIncludes return an Expected<std::vector<Inclusion>>
- Bail out in case of errors, document the rational.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77392/new/
https://reviews.llvm.org/D77392
Files:
clang-tools-extra/clangd/ClangdServer.cpp
clang-tools-extra/clangd/CodeComplete.cpp
clang-tools-extra/clangd/Preamble.cpp
clang-tools-extra/clangd/Preamble.h
clang-tools-extra/clangd/TUScheduler.cpp
clang-tools-extra/clangd/TUScheduler.h
clang-tools-extra/clangd/unittests/CMakeLists.txt
clang-tools-extra/clangd/unittests/CodeCompleteTests.cpp
clang-tools-extra/clangd/unittests/PreambleTests.cpp
clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp
clang/include/clang/Basic/TokenKinds.h
clang/include/clang/Frontend/PrecompiledPreamble.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77392.258915.patch
Type: text/x-patch
Size: 29252 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200421/f9cdfa4b/attachment-0001.bin>
More information about the cfe-commits
mailing list