[PATCH] D90531: [clangd][WIP] Start implementing clang-tidy options into clangd config
Nathan James via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 2 16:34:54 PST 2020
njames93 updated this revision to Diff 302431.
njames93 added a comment.
Rename Tidy to ClangTidy in Fragment
Extract CheckOptions logic into a new class DynamicDictParser, this should help if config is extended to load other dictionaries where keys are unknown strings.e
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90531/new/
https://reviews.llvm.org/D90531
Files:
clang-tools-extra/clangd/CMakeLists.txt
clang-tools-extra/clangd/Config.h
clang-tools-extra/clangd/ConfigCompile.cpp
clang-tools-extra/clangd/ConfigFragment.h
clang-tools-extra/clangd/ConfigTidyProvider.cpp
clang-tools-extra/clangd/ConfigTidyProvider.h
clang-tools-extra/clangd/ConfigYAML.cpp
clang-tools-extra/clangd/tool/ClangdMain.cpp
clang-tools-extra/clangd/unittests/ConfigCompileTests.cpp
clang-tools-extra/clangd/unittests/ConfigYAMLTests.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90531.302431.patch
Type: text/x-patch
Size: 19549 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201103/c186fcd9/attachment-0001.bin>
More information about the cfe-commits
mailing list