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

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 8 04:43:23 PDT 2018


aaron.ballman accepted this revision.
aaron.ballman added a comment.

Aside from a minor commenting nit, also LGTM.



================
Comment at: clang-tidy/tool/ClangTidyMain.cpp:195
 
+/// This option allows enabling alpha checkers from the static analyzer, that
+/// are experimental. This option is set to false and not visible in help,
----------------
I'd reword to: This option allows enabling the experimental alpha checkers from the static analyzer.


https://reviews.llvm.org/D46159





More information about the cfe-commits mailing list