github-actions[bot] wrote: <!--LLVM CODE FORMAT COMMENT: {clang-format}-->
:warning: C/C++ code formatter, clang-format found issues in your code. :warning: <details> <summary> You can test this locally with the following command: </summary> ``````````bash git-clang-format --diff fe6bced9e40f7d4c35550c51ef9cdc7be2a055e7 cf415a9cf9933bc4e55d3c8da9b27551b09061fe --extensions cpp -- clang/lib/StaticAnalyzer/Checkers/WebKit/PtrTypesSemantics.cpp clang/lib/StaticAnalyzer/Checkers/WebKit/RawPtrRefLambdaCapturesChecker.cpp `````````` </details> <details> <summary> View the diff from clang-format here. </summary> ``````````diff diff --git a/clang/lib/StaticAnalyzer/Checkers/WebKit/RawPtrRefLambdaCapturesChecker.cpp b/clang/lib/StaticAnalyzer/Checkers/WebKit/RawPtrRefLambdaCapturesChecker.cpp index e8dcf3aaf5..8ecb6da45e 100644 --- a/clang/lib/StaticAnalyzer/Checkers/WebKit/RawPtrRefLambdaCapturesChecker.cpp +++ b/clang/lib/StaticAnalyzer/Checkers/WebKit/RawPtrRefLambdaCapturesChecker.cpp @@ -377,7 +377,8 @@ public: if (auto *ImplicitParam = dyn_cast<ImplicitParamDecl>(CapturedVar)) { auto kind = ImplicitParam->getParameterKind(); if ((kind == ImplicitParamKind::ObjCSelf || - kind == ImplicitParamKind::CXXThis) && !shouldCheckThis) + kind == ImplicitParamKind::CXXThis) && + !shouldCheckThis) continue; } QualType CapturedVarQualType = CapturedVar->getType(); `````````` </details> https://github.com/llvm/llvm-project/pull/132363 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits