[clang-tools-extra] [clang-tidy] CRTP Constructor Accessibility Check (PR #82403)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 4 09:56:46 PST 2024
================
@@ -0,0 +1,182 @@
+//===--- CrtpConstructorAccessibilityCheck.cpp - clang-tidy
+//---------------------------------===//
----------------
isuckatcs wrote:
I guess either the checker creator script or the renamer doesn't look at the character count. We could consider modifying it at some point in the future.
https://github.com/llvm/llvm-project/pull/82403
More information about the cfe-commits
mailing list