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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to