[PATCH] D46188: [clang-tidy] Add a flag to enable debug checkers
Alexander Kornienko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 8 05:18:17 PDT 2018
alexfh requested changes to this revision.
alexfh added a comment.
This revision now requires changes to proceed.
I don't think debug CSA checkers belong to clang-tidy. If one needs to dump CFG, they are probably doing quite involved stuff already, so going a step further and running `clang -cc1 -analyze` would not be difficult. The motivation for exposing alpha checkers (letting users test them and provide feedback) doesn't work for debug checkers.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D46188
More information about the cfe-commits
mailing list