-
Notifications
You must be signed in to change notification settings - Fork 31
Upgrade to Clang 12 #68
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
Comments
Any updates on this? |
I'm not sure I understand what you're trying to solve - clang-format
doesn't include Clang, so that version does not matter, does it?
|
I think it does, just the clang-format binary though: https://github.com/angular/clang-format/tree/master/bin/linux_x64 I didn't have clang installed locally and after installing this package
|
I'd love to see an update to the latest version of clang-format, there are some new features that I'm looking to use in my projects. Current version is 14 now.
@mprobst The OP meant the clang-format 12, not clang itself :) |
Done in v1.7.0. |
(More precisely, we're cutting releases from head, so this is based on llvm/llvm-project@5967528). |
Thank you @mprobst! |
The latest version of this npm package "clang-format' 1.4.0 comes with clang-format version 11.
Since then, Clang 12 has been released. It would be nice to have a new version of "clang-format" that gives us Clang 12.
Thank you
The text was updated successfully, but these errors were encountered: