[PATCH] D28729: [clang-tidy] Add -enable-alpha-checks command

Alexander Kornienko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 14 14:04:31 PST 2017


alexfh requested changes to this revision.
alexfh added a comment.
This revision now requires changes to proceed.

As discussed with the Static Analyzer maintainers, alpha checkers are completely unsupported and are suitable for very early testing only. We had problems with them routinely, that's why I disabled alpha checkers in clang-tidy completely. I don't think there should be a user-visible way to enable them. Developers can locally change the code to get access to alpha checkers, but released binaries shouldn't provide this possibility.


https://reviews.llvm.org/D28729





More information about the cfe-commits mailing list