[all-commits] [llvm/llvm-project] ea79b7: [clangd] Dont work on diags if we are not going to...
kadir çetinkaya via All-commits
all-commits at lists.llvm.org
Thu Sep 16 07:55:14 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ea79b77da3eeba926e16c3dd8a4f6626c139e185
https://github.com/llvm/llvm-project/commit/ea79b77da3eeba926e16c3dd8a4f6626c139e185
Author: Kadir Cetinkaya <kadircet at google.com>
Date: 2021-09-16 (Thu, 16 Sep 2021)
Changed paths:
M clang-tools-extra/clangd/ParsedAST.cpp
M clang-tools-extra/clangd/unittests/ParsedASTTests.cpp
Log Message:
-----------
[clangd] Dont work on diags if we are not going to emit
Don't install clang-tidy checks and IncludeFixer or process clang diags
when they're going to be dropped. Also disables analysis for some
warnings completely.
Differential Revision: https://reviews.llvm.org/D109884
More information about the All-commits
mailing list