[all-commits] [llvm/llvm-project] 204014: [clangd] Fix feature modules to drop diagnostics
kadir çetinkaya via All-commits
all-commits at lists.llvm.org
Thu Jun 17 00:30:22 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 204014ec7557cde214ee8aae66661927bf9976f2
https://github.com/llvm/llvm-project/commit/204014ec7557cde214ee8aae66661927bf9976f2
Author: Kadir Cetinkaya <kadircet at google.com>
Date: 2021-06-17 (Thu, 17 Jun 2021)
Changed paths:
M clang-tools-extra/clangd/Diagnostics.cpp
M clang-tools-extra/clangd/Diagnostics.h
M clang-tools-extra/clangd/unittests/FeatureModulesTests.cpp
Log Message:
-----------
[clangd] Fix feature modules to drop diagnostics
Ignored diagnostics were only checked after level adjusters and assumed
it would stay the same for the rest. But it can also be modified by
FeatureModules.
Differential Revision: https://reviews.llvm.org/D103387
More information about the All-commits
mailing list