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

Owen Pan via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 17 02:00:37 PDT 2024


https://github.com/owenca created https://github.com/llvm/llvm-project/pull/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

>From 5bcc7d9bb2da5618ad8e9eb60d34e7027370da78 Mon Sep 17 00:00:00 2001
From: Owen Pan <owenpiano at gmail.com>
Date: Mon, 17 Jun 2024 01:08:38 -0700
Subject: [PATCH] [GitHub][workflows] Use latest clang-format version 18.1.7

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
---
 .github/workflows/pr-code-format.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



More information about the llvm-commits mailing list