[PATCH] D46187: [Analyzer] getRegisteredCheckers(): handle debug checkers too.
Alexander Kornienko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 8 06:58:23 PDT 2018
alexfh added a comment.
In https://reviews.llvm.org/D46187#1088722, @NoQ wrote:
> 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.
It should be possible now using `clang-tidy -extra-arg=-v some/file.cpp` (or `clang-check -extra-arg=-v ...`).
Repository:
rC Clang
https://reviews.llvm.org/D46187
More information about the cfe-commits
mailing list