[llvm] [Workflow] Update clang-format to 17.0.1 (PR #67402)

Tobias Hieta via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 26 01:33:25 PDT 2023


https://github.com/tru created https://github.com/llvm/llvm-project/pull/67402

17.0.1 is our most recent stable version which we decided to follow and it fixes the issue described in llvm/llvm-project#67343

>From 3f1451a17ca765f0ed61b3c730c1582ab3f9aded Mon Sep 17 00:00:00 2001
From: Tobias Hieta <tobias at hieta.se>
Date: Tue, 26 Sep 2023 10:31:07 +0200
Subject: [PATCH] [Workflow] Update clang-format to 17.0.1

17.0.1 is our most recent stable version which we decided to follow and
it fixes the issue described in llvm/llvm-project#67343
---
 .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 53dca703a295399..3a91ffb0b1ad9a7 100644
--- a/.github/workflows/pr-code-format.yml
+++ b/.github/workflows/pr-code-format.yml
@@ -27,7 +27,7 @@ jobs:
       - name: Install clang-format
         uses: aminya/setup-cpp at v1
         with:
-          clangformat: 16.0.6
+          clangformat: 17.0.1
 
       - name: Setup Python env
         uses: actions/setup-python at v4



More information about the llvm-commits mailing list