[clang-tools-extra] [clang-tidy] Adding an initial version of the "Initialized Class Members" checker. (PR #65189)

via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 7 08:44:50 PDT 2023


================
@@ -0,0 +1,32 @@
+.. title:: clang-tidy - google-cpp-init-class-members
+
+google-cpp-init-class-members
+=============================
+
+Checks that class members are initialized in constructors (implicitly or
----------------
adriannistor wrote:

Done!  (int commit ef9c4b68c2ecaf6d092b3398f3bca9fb3e722d7d) 

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


More information about the cfe-commits mailing list