[PATCH] D18745: [clang-tidy] Adds misc-use-bool-literals check.

Piotr Padlewski via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 4 09:17:37 PDT 2016


Prazek added a comment.

In http://reviews.llvm.org/D18745#390739, @Eugene.Zelenko wrote:

> Isn't readability-implicit-bool-cast¶ should catch such issues? If not, I think will be good idea to improve that check instead of introducing new one.


I wouldn't add this functionality there. I see that readability-implicit-bool-cast aims much different problem.


http://reviews.llvm.org/D18745





More information about the cfe-commits mailing list