[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 08:39:25 PDT 2018


lebedev.ri accepted this revision.
lebedev.ri added a comment.
This revision is now accepted and ready to land.

So i suspect the history here is: https://reviews.llvm.org/D26310 added a way to filter-out these clang analyzer checks,
which removed these checks from being available in clang-tidy, but did not add an option
(like in this differential) to get them back, so it was a clear regression.

I'm going to accept this because of the reasoning in my previous comments here,
but please wait for @alexfh or someone else to LGTM this too.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D46159





More information about the cfe-commits mailing list