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 HEAD~1 HEAD --extensions h,cpp -- clang/lib/Interpreter/IncrementalAction.cpp clang/lib/Interpreter/IncrementalAction.h `````````` </details> <details> <summary> View the diff from clang-format here. </summary> ``````````diff diff --git a/clang/lib/Interpreter/IncrementalAction.cpp b/clang/lib/Interpreter/IncrementalAction.cpp index bf804bd24..5de80cf37 100644 --- a/clang/lib/Interpreter/IncrementalAction.cpp +++ b/clang/lib/Interpreter/IncrementalAction.cpp @@ -56,7 +56,8 @@ IncrementalAction::IncrementalAction(CompilerInstance &Instance, Interp(I), CI(Instance), Consumer(std::move(Consumer)) {} std::unique_ptr<ASTConsumer> -IncrementalAction::CreateASTConsumer(CompilerInstance & /*CI*/, StringRef InFile) { +IncrementalAction::CreateASTConsumer(CompilerInstance & /*CI*/, + StringRef InFile) { std::unique_ptr<ASTConsumer> C = WrapperFrontendAction::CreateASTConsumer(this->CI, InFile); `````````` </details> https://github.com/llvm/llvm-project/pull/155400 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits