[all-commits] [llvm/llvm-project] 131b46: Implement P1937 consteval in unevaluated contexts
Aaron Ballman via All-commits
all-commits at lists.llvm.org
Fri Aug 6 07:30:25 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 131b4620ee7847102479f399ce3e35a3c1cb5461
https://github.com/llvm/llvm-project/commit/131b4620ee7847102479f399ce3e35a3c1cb5461
Author: Corentin Jabot <corentin.jabot at gmail.com>
Date: 2021-08-06 (Fri, 06 Aug 2021)
Changed paths:
M clang/lib/Sema/SemaExpr.cpp
M clang/test/CXX/basic/basic.def.odr/p2-typeid.cpp
M clang/test/SemaCXX/cxx2a-consteval.cpp
M clang/www/cxx_status.html
Log Message:
-----------
Implement P1937 consteval in unevaluated contexts
In an unevaluated contexts, consteval functions should not be
immediately evaluated.
More information about the All-commits
mailing list