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

Roman Lebedev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 3 09:39:57 PDT 2018


lebedev.ri added inline comments.


================
Comment at: clang-tidy/tool/ClangTidyMain.cpp:195
 
+/// This option Enables alpha checkers from the static analyzer, that are
+/// experimental. This option is set to false and not visible in help, because
----------------
xbolva00 wrote:
> This option enables...
> This option enables...
The current version is correct.


https://reviews.llvm.org/D46159





More information about the cfe-commits mailing list