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 5b9e8fe commit f8ca92dCopy full SHA for f8ca92d
clang/lib/StaticAnalyzer/Checkers/WebKit/UncountedLambdaCapturesChecker.cpp
@@ -105,7 +105,7 @@ class UncountedLambdaCapturesChecker
105
return true;
106
}
107
108
- LambdaExpr *findLambdaInArg(Expr* E) {
+ LambdaExpr *findLambdaInArg(Expr *E) {
109
if (auto *Lambda = dyn_cast_or_null<LambdaExpr>(E))
110
return Lambda;
111
auto *TempExpr = dyn_cast_or_null<CXXBindTemporaryExpr>(E);
0 commit comments