[clang] [clang] Use internal linkage for c23 constexpr vars. (PR #97846)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 8 07:19:52 PDT 2024


AaronBallman wrote:

> > LGTM but please add a release note to clang/docs/ReleaseNotes.rst so users know about the fix as well.
> 
> Note that only clang 19 has `constexpr` support in C23. https://godbolt.org/z/4bThdsqK5 Release note saying that support has been implemented is already there.

Ooh oops, I thought we had this in Clang 18

https://github.com/llvm/llvm-project/pull/97846


More information about the cfe-commits mailing list