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 af6656c375b8aa9c9156575f7c0ac678a57070d5 36fc751a4b3d55798f0e215bdb92f10e0d82afca -- clang/test/CodeGenCXX/cxx23-assume.cpp clang/test/Parser/cxx23-assume.cpp clang/test/SemaCXX/cxx23-assume.cpp clang/include/clang/Parse/Parser.h clang/lib/CodeGen/CGStmt.cpp clang/lib/Parse/ParseDeclCXX.cpp clang/lib/Parse/ParseExpr.cpp clang/lib/Sema/SemaStmtAttr.cpp `````````` </details> <details> <summary> View the diff from clang-format here. </summary> ``````````diff diff --git a/clang/lib/Sema/SemaStmtAttr.cpp b/clang/lib/Sema/SemaStmtAttr.cpp index e712745a23..0812bc8761 100644 --- a/clang/lib/Sema/SemaStmtAttr.cpp +++ b/clang/lib/Sema/SemaStmtAttr.cpp @@ -329,7 +329,8 @@ static Attr *handleAssumeAttr(Sema &S, Stmt *St, const ParsedAttr &A, Assumption = Res.get(); if (Assumption->HasSideEffects(S.Context, /*IncludePossibleEffects=*/true)) - S.Diag(A.getLoc(), diag::warn_assume_side_effects) << A.getAttrName() << Range; + S.Diag(A.getLoc(), diag::warn_assume_side_effects) + << A.getAttrName() << Range; } if (!S.getLangOpts().CPlusPlus23) `````````` </details> https://github.com/llvm/llvm-project/pull/81014 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits