llvm-project/clang-tools-extra/clangd/tool
Adam Czachorowski eba3ee04d4 [clangd] Run code completion on each token coverd by --check-lines
In --check mode we do not run code completion because it is too slow,
especially on larger files. With the introducation of --check-lines we
can narrow down the scope and thus we can afford to do code completion.

We vlog() the top completion result, but that's not really the point.
The most value will come from being able to reproduce crashes that occur
during code completion and require preamble build or index (and thus are
more difficult to reproduce with -code-complete-at).

Differential Revision: https://reviews.llvm.org/D103538
2021-06-04 17:51:42 +02:00
..
CMakeLists.txt [clangd] Cleanup dependencies around RemoteIndex 2020-11-04 16:58:11 +01:00
Check.cpp [clangd] Run code completion on each token coverd by --check-lines 2021-06-04 17:51:42 +02:00
ClangdMain.cpp [clangd] Run code completion on each token coverd by --check-lines 2021-06-04 17:51:42 +02:00