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

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 27 13:19:29 PDT 2018


NoQ added a comment.

Am i understanding correctly that the new `-enable-alpha-checks` flag doesn't enable alpha checks, but it only allows enabling them with a separate command?

Also wanted to mention that developers who are interested in running analyzer alpha checkers over a compilation database also have an option of trying to use `scan-build-py` which has support for both generating compilation databases from arbitrary build systems and running over existing compilation databases. This tool is also not recommended for actual users due to a number of regressions from the existing scan-build, but it might get the job done when it comes to developing and testing the analyzer itself.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D46159





More information about the cfe-commits mailing list