[PATCH] D151094: [clang] Implement P2564 "consteval must propagate up"
Corentin Jabot via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 23 06:05:06 PDT 2023
cor3ntin marked an inline comment as done.
cor3ntin added inline comments.
================
Comment at: clang/test/SemaCXX/cxx2b-consteval-propagate.cpp:8
+
+namespace examples {
+
----------------
Fznamznon wrote:
> These examples exactly match the ones provided by P2564R3, should they be in a separate test in `CXX` directory then?
I don't have a string preference, should we move the paper examples? the whole file?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151094/new/
https://reviews.llvm.org/D151094
More information about the cfe-commits
mailing list