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



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

Reply via email to