We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa4e3d5 commit 97e9780Copy full SHA for 97e9780
llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/bugprone/BUILD.gn
@@ -27,6 +27,7 @@ static_library("bugprone") {
27
"ChainedComparisonCheck.cpp",
28
"ComparePointerToMemberVirtualFunctionCheck.cpp",
29
"CopyConstructorInitCheck.cpp",
30
+ "CrtpConstructorAccessibilityCheck.cpp",
31
"DanglingHandleCheck.cpp",
32
"DynamicStaticInitializersCheck.cpp",
33
"EasilySwappableParametersCheck.cpp",
0 commit comments