llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
27.84k stars 11.47k forks source link

P1937R2: Fixing inconsistencies between constexpr and consteval functions #100613

Closed cjdb closed 1 month ago

cjdb commented 1 month ago

Link: https://wg21.link/p1937r2

llvmbot commented 1 month ago

@llvm/issue-subscribers-c-20

Author: Christopher Di Bella (cjdb)

**Link:** https://wg21.link/p1937r2
frederick-vs-ja commented 1 month ago

Implemented in Clang 14 via 131b4620ee7847102479f399ce3e35a3c1cb5461.

I believe this paper didn't touch the library at all. Although codes calling standard consteval functions may be affected.