[clang-tools-extra] [clang-tidy] Unsafe CRTP check (PR #82403)
Piotr Zegar via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 20 12:23: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
----------------
PiotrZSL wrote:
would be nice if name of check would be more narrowed to crtp+constructor, maybe bugprone-crtp-public-constructor or something simillar.
https://github.com/llvm/llvm-project/pull/82403
More information about the cfe-commits
mailing list