mclow.lists added a comment.

Thanks for doing this, Richard.
A few things:

- Needs tests (as you said)
- The config macro stuff is all wrong (we build that file from a template)
- Use `__libcpp_is_constant_evaluated` instead of 
`__builtin_is_constant_evaluated` because it doesn't have to be `#ifdef`ed. 
(see r364873 and r364884)
- If we're in a consteval block, we shouldn't be testing for exceptions being 
disabled, right?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68364/new/

https://reviews.llvm.org/D68364



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D68364: P... Richard Smith - zygoloid via Phabricator via cfe-commits
    • [PATCH] D683... Richard Smith - zygoloid via Phabricator via cfe-commits
    • [PATCH] D683... Marshall Clow via Phabricator via cfe-commits

Reply via email to