[PATCH] D46159: [clang-tidy] Add a flag to enable alpha checkers

Roman Lebedev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 27 05:47:47 PDT 2018


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





More information about the cfe-commits mailing list