[PATCH] D157188: [clang-tidy] Add bugprone-new-bool-conversion

Piotr Zegar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Aug 5 07:43:33 PDT 2023


PiotrZSL added a comment.

In D157188#4563105 <https://reviews.llvm.org/D157188#4563105>, @Eugene.Zelenko wrote:

> Shouldn't C-style allocation be checked too? Same for custom allocators via configuration option.

In theory it could, but in such case name of check would need to change...


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D157188/new/

https://reviews.llvm.org/D157188



More information about the cfe-commits mailing list