Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix formatting under clang-format >=19.1 #39

Merged
merged 1 commit into from
Oct 17, 2024

Conversation

MiKom
Copy link
Member

@MiKom MiKom commented Oct 17, 2024

After pre-commit bumped our clang-format to 19.1.0 it started formatting some files differently (and incorrectly).

It turns out it's due to missing AttributeMacros config. Previous clang-format versions were more lenient about it.

See llvm/llvm-project#94184 and #37

After pre-commit bumped our clang-format to 19.1.0 it started formatting
some files differently (and incorrectly).

It turns out it's due to missing AttributeMacros config. Previous
clang-format versions were more lenient about it.

See llvm/llvm-project#94184
@MiKom MiKom merged commit 0593542 into KDAB:main Oct 17, 2024
24 checks passed
@MiKom MiKom deleted the fix-formatting-under-clang-format-19.x branch October 17, 2024 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants