lebedev.ri abandoned this revision.
lebedev.ri added a comment.
https://reviews.llvm.org/D46187#1098571
Sad, but ok.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D46188
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http:/
alexfh added a comment.
In https://reviews.llvm.org/D46188#1091237, @lebedev.ri wrote:
> In https://reviews.llvm.org/D46188#1091221, @alexfh wrote:
>
> > 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
lebedev.ri added subscribers: george.karpenkov, NoQ, dcoughlin.
lebedev.ri added a comment.
In https://reviews.llvm.org/D46188#1091221, @alexfh wrote:
> 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 goi
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
lebedev.ri created this revision.
lebedev.ri added reviewers: alexfh, aaron.ballman, hokein.
Herald added a subscriber: xazax.hun.
After https://reviews.llvm.org/D46159 was created by @pfultz2, and i initially
thought it was already possible, i had the need to view the call graph.
I have almost w