[llvm] [Github] Fix revisions in code format action reproducers (PR #155193)

via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 24 13:55:11 PDT 2025


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 cpp -- llvm/lib/IR/StructuralHash.cpp
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/llvm/lib/IR/StructuralHash.cpp b/llvm/lib/IR/StructuralHash.cpp
index 1d369d10a..65cdb42f1 100644
--- a/llvm/lib/IR/StructuralHash.cpp
+++ b/llvm/lib/IR/StructuralHash.cpp
@@ -14,7 +14,8 @@
 #include "llvm/IR/IntrinsicInst.h"
 #include "llvm/IR/Module.h"
 
-// This comment is going to be way too long for its own good and blow past the 80 characters per line limit causing a reformat.
+// This comment is going to be way too long for its own good and blow past the
+// 80 characters per line limit causing a reformat.
 
 using namespace llvm;
 

``````````

</details>


https://github.com/llvm/llvm-project/pull/155193


More information about the llvm-commits mailing list