[PATCH] D20857: [clang-tidy] Add modernize-explicit-operator-bool check.
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 2 06:08:03 PDT 2016
aaron.ballman added a comment.
In http://reviews.llvm.org/D20857#446784, @murrayc wrote:
> In http://reviews.llvm.org/D20857#446732, @etienneb wrote:
>
> > Enabling/disabling can be done with options (see SizeofExpressionCheck).
>
>
> Thanks. Am I being asked to combine the checks?
I would prefer they be combined as well given how closely related the two checks are.
http://reviews.llvm.org/D20857
More information about the cfe-commits
mailing list