[PATCH] D92874: [clangd] Validate clang-tidy Checks in clangd config.

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 8 14:38:32 PST 2020


njames93 updated this revision to Diff 310352.
njames93 added a comment.

Made GlobList::specifies const.
Made check validation function static and only taking a StringRef. This will make it easier to refactor out at a later date if this functionality wants to be used elsewhere.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92874/new/

https://reviews.llvm.org/D92874

Files:
  clang-tools-extra/clang-tidy/ClangTidyModule.h
  clang-tools-extra/clang-tidy/GlobList.cpp
  clang-tools-extra/clang-tidy/GlobList.h
  clang-tools-extra/clangd/ConfigCompile.cpp
  clang-tools-extra/clangd/unittests/ConfigCompileTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92874.310352.patch
Type: text/x-patch
Size: 6814 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201208/192fb6ef/attachment.bin>


More information about the cfe-commits mailing list