[PATCH] D151094: [clang] Implement P2564 "consteval must propagate up"
Mariya Podchishchaeva via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 23 10:00:36 PDT 2023
Fznamznon added inline comments.
================
Comment at: clang/test/SemaCXX/cxx2b-consteval-propagate.cpp:8
+
+namespace examples {
+
----------------
cor3ntin wrote:
> 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?
I meant the paper examples. I don't have a strong preference too, so in case it doesn't matter where the test actually is, please ignore this comment.
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