[clang] [clang] fix constexpr-unknown handling of self-references. (PR #132990)

Eli Friedman via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 28 14:48:30 PDT 2025


https://github.com/efriedma-quic commented:

Addressed review comments.  We now reject g3() and g5(), the cases that involved using a local variable in a constexpr function in its own initializer.

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


More information about the cfe-commits mailing list