[PATCH] D129570: [clang-tidy] Add new clang-tidy check to find implicit conversions from enum to integer.

Artem Tamazov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 12 12:09:09 PDT 2022


artem.tamazov added a comment.

In D129570#3717972 <https://reviews.llvm.org/D129570#3717972>, @pfultz2 wrote:

> I could extend it to support everything except explicit casts if you think that would be better.

If asked, I would vote for extending this warning.


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

https://reviews.llvm.org/D129570



More information about the cfe-commits mailing list