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 llvm 17 regressions #93

Merged
merged 8 commits into from
Apr 11, 2024
Merged

Fix llvm 17 regressions #93

merged 8 commits into from
Apr 11, 2024

Conversation

romangg
Copy link
Member

@romangg romangg commented Apr 11, 2024

We must adapt for new clang-format and clang-tidy functionality

romangg added 8 commits April 11, 2024 18:19
With clang 17 the clang-format check is failing. Adapt to that.
Optimize the argument forwarding code according to clang-tidy suggestions.
Suggestion by clang-tidy (bugprone-unsafe-functions).
Don't unnecessarily include by copy. Suggestion by clang-tidy.
Use most recent version 17.
For now ignore, as we move to modules later on.
@romangg romangg merged commit 79f9d15 into winft:master Apr 11, 2024
13 checks passed
@romangg romangg deleted the static-fix branch April 11, 2024 21:57
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.

1 participant