-
Notifications
You must be signed in to change notification settings - Fork 447
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
Clang-Format 14 #1321
Clang-Format 14 #1321
Conversation
Adding the |
Fwiw, I believe all agents have been updated to have both |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm fine with moving to clang-format-14
Just want to mention, I had forgotten to update the dockerfile as well as other documentation so went ahead and did that. |
docs/BUILDING_MACOS.md
Outdated
|
||
You can install them with the following commands: | ||
|
||
```bash | ||
brew update | ||
brew install coreutils make python3 libpng bash clang-format@11 | ||
brew install coreutils make python3 libpng bash clang-format@14 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just noticed a problem, the homebrew page for clang-format 14 doesn't seem to exist
https://formulae.brew.sh/formula/clang-format@14
As a reference this is version 11: https://formulae.brew.sh/formula/clang-format@11
Companion PR to zeldaret/oot#1517
Note I added some
(void*)
casts to the overlayoverlayEntry
computation. This is more likely how they will end up being anyways from #1266 . The format in bigslime is weird, but seems worth it to upgrade anyways.