[clang-tools-extra] [clang-tidy] Fix `cppcoreguidelines-prefer-member-initializer` false positive for inherited members (PR #153941)
via cfe-commits
cfe-commits at lists.llvm.org
Sun Aug 17 02:00:49 PDT 2025
================
@@ -650,3 +650,20 @@ struct InitFromBindingDecl {
}
};
} // namespace GH82970
+
+namespace inherited_members {
----------------
v1nh1shungry wrote:
Removed. Thanks again for the review!
https://github.com/llvm/llvm-project/pull/153941
More information about the cfe-commits
mailing list