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 #263

Closed
wants to merge 1 commit into from
Closed

Update clang #263

wants to merge 1 commit into from

Conversation

mosfet80
Copy link
Contributor

@mosfet80 mosfet80 commented Nov 6, 2024

Ubuntu 20.04 use clang 10 and 11.

ubuntu 20.04 will cease development on April 25.
ros 2 releases require a c++17 standard.
Clang 11 release introduces the following features:
The default C language standard used when -std= is not specified has been upgraded from gnu11 to gnu17.
For this reason is important switch to clang11 or higher.

other changes: https://releases.llvm.org/11.1.0/tools/clang/docs/index.html

Ubuntu 20.04 use clang  10 and 11.

ubuntu 20.04 will cease development on April 25.
ros 2 releases require a c++17 standard.
Clang 11 release introduces the following features:
The default C language standard used when -std= is not specified has been upgraded from gnu11 to gnu17.
For this reason is important switch to clang11 or higher.

other changes: https://releases.llvm.org/11.1.0/tools/clang/docs/index.html
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