[clang-tools-extra] [clang-tidy] Improved readability redundant casting with enums (PR #111424)
Piotr Zegar via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 19 02:22:26 PST 2024
=?utf-8?q?Félix-Antoine?= Constantin,
=?utf-8?q?Félix-Antoine?= Constantin,
=?utf-8?q?Félix-Antoine?= Constantin
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/111424 at github.com>
https://github.com/PiotrZSL requested changes to this pull request.
Please implement this change under separate option like: `AllowEnumsBeRecognizedAs Aliases` or something similar.
Implicit conversion between enums and underlying type is not always welcome by developers.
https://github.com/llvm/llvm-project/pull/111424
More information about the cfe-commits
mailing list