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

Update clang format to version 11 #421

Merged
merged 2 commits into from Jul 16, 2021

Conversation

joka921
Copy link
Member

@joka921 joka921 commented Jul 16, 2021

We previously used clang-format-8 which was the default in Ubuntu 18.04

This version is not provided by newer Ubuntu versions (starting from 20.04 clang-format-11 is the standard) and chooses some strange formattings for modern C++ constructs which it does not understand.

This PR updates the format-checking script to use clang-format-11 and reformats the complete code

The changes are only minor (mostly only headers are reordered)

@joka921 joka921 merged commit 4c5051e into ad-freiburg:master Jul 16, 2021
@joka921 joka921 deleted the update-clang-format branch July 16, 2021 13:25
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.

None yet

1 participant