[PATCH] D46159: [clang-tidy] Add a flag to enable alpha checkers
Dávid Bolvanský via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 3 09:43:59 PDT 2018
xbolva00 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
----------------
lebedev.ri wrote:
> xbolva00 wrote:
> > This option enables...
> > This option enables...
> The current version is correct.
There was "This option Enables.." when I commented it.
https://reviews.llvm.org/D46159
More information about the cfe-commits
mailing list