diff options
author | Owen Pan <owenpiano@gmail.com> | 2024-06-17 09:49:12 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-17 09:49:12 -0700 |
commit | 5914a5671a1596f68189c8408f8d877e6b6373bf (patch) | |
tree | 2e99f92e948ab1af5c94934d9bf6d085e4dda3fc | |
parent | e577f96e3b5e6f2b9f0687fd61ef9c68ca36afbe (diff) | |
download | llvm-5914a5671a1596f68189c8408f8d877e6b6373bf.zip llvm-5914a5671a1596f68189c8408f8d877e6b6373bf.tar.gz llvm-5914a5671a1596f68189c8408f8d877e6b6373bf.tar.bz2 |
[GitHub][workflows] Use latest clang-format version 18.1.7 (#95757)
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
-rw-r--r-- | .github/workflows/pr-code-format.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pr-code-format.yml b/.github/workflows/pr-code-format.yml index 0061ea4..22357e5 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@v1 with: - clangformat: 18.1.1 + clangformat: 18.1.7 - name: Setup Python env uses: actions/setup-python@v5 |