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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to