[llvm] [GitHub][workflows] Use latest clang-format version 18.1.7 (PR #95757)

via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 17 02:01:11 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-github-workflow

Author: Owen Pan (owenca)

<details>
<summary>Changes</summary>

Since clang-format 18.1.4, there have been a number of commits that fixed various kinds of issues:

- Bug
3ceccbdb1995

- Regression
6dbaa89433f7
51ff7f38b633
35fea1032741
7699b341b763
768118d1ad38
8c0fe0d65ed8

- Crash
f1491c7460e7

- Invalid code generation
0abb89a80f5c

---
Full diff: https://github.com/llvm/llvm-project/pull/95757.diff


1 Files Affected:

- (modified) .github/workflows/pr-code-format.yml (+1-1) 


``````````diff
diff --git a/.github/workflows/pr-code-format.yml b/.github/workflows/pr-code-format.yml
index 0061ea46f37ab..22357e5d99e4c 100644
--- a/.github/workflows/pr-code-format.yml
+++ b/.github/workflows/pr-code-format.yml
@@ -55,7 +55,7 @@ jobs:
       - name: Install clang-format
         uses: aminya/setup-cpp at v1
         with:
-          clangformat: 18.1.1
+          clangformat: 18.1.7
 
       - name: Setup Python env
         uses: actions/setup-python at v5

``````````

</details>


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


More information about the llvm-commits mailing list