[all-commits] [llvm/llvm-project] 3b4936: [clangd] Add --check-lines to restrict --check to ...
Adam Czachorowski via All-commits
all-commits at lists.llvm.org
Fri Apr 9 04:53:51 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3b4936ba290594cda4e53169958fe11c83119657
https://github.com/llvm/llvm-project/commit/3b4936ba290594cda4e53169958fe11c83119657
Author: Adam Czachorowski <adamcz at google.com>
Date: 2021-04-09 (Fri, 09 Apr 2021)
Changed paths:
A clang-tools-extra/clangd/test/check-lines.test
M clang-tools-extra/clangd/tool/Check.cpp
M clang-tools-extra/clangd/tool/ClangdMain.cpp
Log Message:
-----------
[clangd] Add --check-lines to restrict --check to specific lines
This will allow us to add code completion, which is too expensive at
every token, to --check too.
Differential Revision: https://reviews.llvm.org/D98970
More information about the All-commits
mailing list