[clang-tools-extra] [clang-tidy] Unsafe CRTP check (PR #82403)

via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 20 13:11:54 PST 2024


================
@@ -106,6 +106,11 @@ New checks
   Replaces certain conditional statements with equivalent calls to
   ``std::min`` or ``std::max``.
 
+- New :doc:`bugprone-unsafe-crtp
----------------
isuckatcs wrote:

How about `bugprone-crtp-constructor-accessibility`?

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


More information about the cfe-commits mailing list