[all-commits] [llvm/llvm-project] c3df9d: [clangd] Parse Diagnostics block, and nest ClangTi...
Sam McCall via All-commits
all-commits at lists.llvm.org
Wed Jan 27 16:43:41 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c3df9d58c75e0f89ca95e947804d65e79a491adc
https://github.com/llvm/llvm-project/commit/c3df9d58c75e0f89ca95e947804d65e79a491adc
Author: Sam McCall <sam.mccall at gmail.com>
Date: 2021-01-28 (Thu, 28 Jan 2021)
Changed paths:
M clang-tools-extra/clangd/Config.h
M clang-tools-extra/clangd/ConfigCompile.cpp
M clang-tools-extra/clangd/ConfigFragment.h
M clang-tools-extra/clangd/ConfigYAML.cpp
M clang-tools-extra/clangd/TidyProvider.cpp
M clang-tools-extra/clangd/unittests/ConfigCompileTests.cpp
M clang-tools-extra/clangd/unittests/ConfigYAMLTests.cpp
Log Message:
-----------
[clangd] Parse Diagnostics block, and nest ClangTidy block under it.
(ClangTidy configuration block hasn't been in any release, so we should be OK
to move it around like this)
Differential Revision: https://reviews.llvm.org/D95362
More information about the All-commits
mailing list