[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 11:00:04 PDT 2018


lebedev.ri added a comment.

In https://reviews.llvm.org/D46159#1081366, @dcoughlin wrote:

> ...


Note that it is completely off by default, and is not listed in documentation, `clang-tidy --help`,
so one would have to know of the existence of that hidden flag first, and only then when that flag is passed, those alpha checks could be enabled.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D46159





More information about the cfe-commits mailing list