[PATCH] D46159: [clang-tidy] Add a flag to enable alpha checkers

Roman Lebedev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 27 00:52:22 PDT 2018


lebedev.ri added a comment.

I just feel like pointing out that you can already do that:

  $ clang-tidy -checks=clang-analyzer-alpha* -p <....>

(be wary of `*` expanding)
`clang-tidy --help` says:

  -checks=<string>             - 
                                 <...> This option's value is appended to the
                                 value of the 'Checks' option in .clang-tidy
                                 file, if any.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D46159





More information about the cfe-commits mailing list