[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


================
@@ -0,0 +1,232 @@
+// RUN: %check_clang_tidy %s bugprone-unsafe-crtp %t
----------------
PiotrZSL wrote:

add `-- -- -fno-delayed-template-parsing`

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


More information about the cfe-commits mailing list