[clang-tools-extra] [clang-tidy] Add check 'bugprone-invalid-enum-default-initialization' (PR #136823)
Balázs Kéri via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 29 06:38:39 PDT 2025
================
@@ -124,6 +124,12 @@ New checks
pointer and store it as class members without handle the copy and move
constructors and the assignments.
+- New :doc:`bugprone-invalid-enum-default-initialization
----------------
balazske wrote:
I do not use rebase because it may remove commits and make comparison difficult. Instead a merge from main was done.
https://github.com/llvm/llvm-project/pull/136823
More information about the cfe-commits
mailing list