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

Paul Fultz II via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 4 10:50:18 PDT 2018


pfultz2 added a comment.

There doesn't seem to be a simple way to remove it from the ClangTidyOptions class, as a lot more functions need to be changed to support that. I would prefer to leave it there for now, and we can refactor it later. Either way, the check can't be set from a config file.


https://reviews.llvm.org/D46159





More information about the cfe-commits mailing list