[all-commits] [llvm/llvm-project] 20b69a: [clangd] Add clang-tidy options to config
Nathan James via All-commits
all-commits at lists.llvm.org
Sun Nov 22 02:09:05 PST 2020
Branch: refs/heads/temp-test-main
Home: https://github.com/llvm/llvm-project
Commit: 20b69af7c9c8bd9a621b05203f944bf94a3a4c26
https://github.com/llvm/llvm-project/commit/20b69af7c9c8bd9a621b05203f944bf94a3a4c26
Author: Nathan James <n.james93 at hotmail.co.uk>
Date: 2020-11-22 (Sun, 22 Nov 2020)
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/unittests/ConfigCompileTests.cpp
M clang-tools-extra/clangd/unittests/ConfigYAMLTests.cpp
Log Message:
-----------
[clangd] Add clang-tidy options to config
First step of implementing clang-tidy configuration into clangd config.
This is just adding support for reading and verifying the clang tidy options from the config fragments.
No support is added for actually using the options within clang-tidy yet.
That will be added in a follow up as its a little more involved.
Reviewed By: sammccall
Differential Revision: https://reviews.llvm.org/D90531
More information about the All-commits
mailing list