8 comments

[ 4.8 ms ] story [ 32.8 ms ] thread
clang 14 seems to have very few C++20 progress, as per release notes, how things change.
(comment deleted)
Progress is much better now with trunk (clang 15).

Meta, Intel have replaced “Apple, Google” duo in terms of cpp frontend development.

It remains to be seen how much.
From the release notes (https://releases.llvm.org/14.0.0/docs/ReleaseNotes.html#chan...):

“The maximum allowed alignment has been increased from 2^29 to 2^32”

Does that mean you can now align structure fields to 4 gigabyte boundaries, while previously, that was ‘only’ 512 megabytes? If so, who needs that?