Skip to content

Conversation

@owenca
Copy link
Contributor

@owenca owenca commented Jun 17, 2024

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

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

- Bug
3ceccbd

- Regression
6dbaa89
51ff7f3
35fea10
7699b34
768118d
8c0fe0d

- Crash
f1491c7

- Invalid code generation
0abb89a
@llvmbot
Copy link
Member

llvmbot commented Jun 17, 2024

@llvm/pr-subscribers-github-workflow

Author: Owen Pan (owenca)

Changes

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


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

1 Files Affected:

  • (modified) .github/workflows/pr-code-format.yml (+1-1)
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@v1
         with:
-          clangformat: 18.1.1
+          clangformat: 18.1.7
 
       - name: Setup Python env
         uses: actions/setup-python@v5

Copy link
Contributor

@boomanaiden154 boomanaiden154 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks for keeping track of this!

@owenca owenca merged commit 5914a56 into llvm:main Jun 17, 2024
@owenca owenca deleted the pr-code-format branch June 17, 2024 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants