[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
Wed Sep 6 15:02:38 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
----------------
EugeneZelenko wrote:

One sentence is enough.

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


More information about the cfe-commits mailing list