[PATCH] D147876: [clang-tidy] Support introducing checks as a list in the config fileSpecifying checks as a string is convenient for quickly usingclang-tidy to run a handful of checks. However it is not suitable for projects that have a long list of enabled or...

Carlos Galvez via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Apr 9 13:56:12 PDT 2023


carlosgalvezp updated this revision to Diff 512037.
carlosgalvezp retitled this revision from "[WIP][clang-tidy] Support specifying Checks as a list in the config file" to "[clang-tidy] Support introducing checks as a list in the config file

Specifying checks as a string is convenient for quickly using
clang-tidy to run a handful of checks. However it is not 
suitable for projects that have a long list of enabled or...".
carlosgalvezp edited the summary of this revision.
carlosgalvezp added a comment.

Update commit message

Updating D147876: [clang-tidy] Support introducing checks as a list in the config file
======================================================================================

Specifying checks as a string is convenient for quickly using
clang-tidy to run a handful of checks. However it is not 
suitable for projects that have a long list of enabled or...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147876

Files:
  clang-tools-extra/clang-tidy/ClangTidyOptions.cpp
  clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp
  clang-tools-extra/docs/ReleaseNotes.rst
  clang-tools-extra/docs/clang-tidy/index.rst
  clang-tools-extra/test/clang-tidy/infrastructure/Inputs/config-file/config-file-list-bracket
  clang-tools-extra/test/clang-tidy/infrastructure/Inputs/config-file/config-file-list-dash
  clang-tools-extra/test/clang-tidy/infrastructure/config-file.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147876.512037.patch
Type: text/x-patch
Size: 6946 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230409/556b7804/attachment.bin>


More information about the cfe-commits mailing list