[PATCH] D46187: [Analyzer] getRegisteredCheckers(): handle debug checkers too.
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 4 16:28:45 PDT 2018
NoQ added a comment.
It seems that you're using debug checkers of the analyzer to gain some free tools for exploring the source code (such as displaying a call graph) for free, right?
I believe we could also benefit from a method of extracting the analyzer's `clang -cc1` run-line from clang-tidy. This would allow arbitrary debugging over a single analyzer invocation.
Repository:
rC Clang
https://reviews.llvm.org/D46187
More information about the cfe-commits
mailing list