8000
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 d84b97e commit 676e660Copy full SHA for 676e660
llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/bugprone/BUILD.gn
@@ -49,6 +49,7 @@ static_library("bugprone") {
49
"LambdaFunctionNameCheck.cpp",
50
"MacroParenthesesCheck.cpp",
51
"MacroRepeatedSideEffectsCheck.cpp",
52
+ "MisleadingSetterOfReferenceCheck.cpp",
53
"MisplacedOperatorInStrlenInAllocCheck.cpp",
54
"MisplacedPointerArithmeticInAllocCheck.cpp",
55
"MisplacedWideningCastCheck.cpp",
0 commit comments