lebedev.ri added a comment. Oh, hm. I just needed something to view the call graph. I have almost wrote a clang-tidy check using `analysis/CallGraph.h`, but then i noticed/remembered that clang static analyzer has that already. But `$ clang-tidy -checks=* -list-checks | grep -i analyzer | grep -i debug` does not list it. Similarly `$ clang-tidy -checks=* -list-checks | grep -i analyzer | grep -i alpha`, contrarily to my expectations also does not list alpha checks...
So while this change is needed, I think this is the larger problem that should be resolved. Repository: rCTE Clang Tools Extra https://reviews.llvm.org/D46159 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits