[clang-tools-extra] [clang-tidy] The first PR our of many PRs for the "Initialized Class Members" check. (PR #65189)

via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 7 12:04:15 PDT 2023


================
@@ -148,6 +148,16 @@ New checks
   Flags coroutines that suspend while a lock guard is in scope at the
   suspension point.
 
+- New :doc:`google-cpp-init-class-members
+  <clang-tidy/checks/google/cpp-init-class-members>` check.
+
+  Checks that class members are initialized in constructors (implicitly or
----------------
adriannistor wrote:

fixed in a0d227088b9d099b23ed68af80714e2f96a7a2a8. Thanks!

https://github.com/llvm/llvm-project/pull/65189


More information about the cfe-commits mailing list