[clang] [Clang] Implement P2280R4 Using unknown pointers and references in constant expressions (PR #95474)
via cfe-commits
cfe-commits at lists.llvm.org
Sat Jul 6 07:03:18 PDT 2024
cor3ntin wrote:
> Thank you work on this! I really like this feature. Will this PR also provide support for the new constant interpreter? The new constant interpreter seems to already support some unknown constexpr features (FYI https://godbolt.org/z/xTYhGEfxT). It has the concept of `DummyValue`.
I think that can be a separate PR @tbaederr
https://github.com/llvm/llvm-project/pull/95474
More information about the cfe-commits
mailing list