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 origin/main HEAD --extensions cpp,h -- clang/lib/CodeGen/BackendUtil.cpp flang/lib/Frontend/FrontendActions.cpp llvm/lib/Extensions/Extensions.cpp llvm/lib/LTO/LTOBackend.cpp llvm/tools/bugpoint/bugpoint.cpp llvm/tools/opt/NewPMDriver.cpp polly/include/polly/RegisterPasses.h `````````` :warning: The reproduction instructions above might return results for more than one PR in a stack if you are using a stacked PR workflow. You can limit the results by changing `origin/main` to the base branch/commit you want to compare against. :warning: </details> <details> <summary> View the diff from clang-format here. </summary> ``````````diff diff --git a/llvm/lib/Extensions/Extensions.cpp b/llvm/lib/Extensions/Extensions.cpp index a999a7bfc..67b1fa087 100644 --- a/llvm/lib/Extensions/Extensions.cpp +++ b/llvm/lib/Extensions/Extensions.cpp @@ -1,6 +1,6 @@ #include "llvm/Passes/PassPlugin.h" #define HANDLE_EXTENSION(Ext) \ - LLVM_ABI llvm::PassPluginLibraryInfo get##Ext##PluginInfo(); + LLVM_ABI llvm::PassPluginLibraryInfo get##Ext##PluginInfo(); #include "llvm/Support/Extension.def" `````````` </details> https://github.com/llvm/llvm-project/pull/156440 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits