[clang] [clang] Use internal linkage for c23 constexpr vars. (PR #97846)
Dmitriy Chestnykh via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 8 07:48:04 PDT 2024
chestnykh 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
> >
> >
> > Should I change anything?
>
> Sorry for the back-and-forth -- no new release note needed, so you can remove what you added.
Removed :)
https://github.com/llvm/llvm-project/pull/97846
More information about the cfe-commits
mailing list