[cfe-dev] Work on constexpr allocation
Richard Smith via cfe-dev
cfe-dev at lists.llvm.org
Mon Sep 23 23:01:52 PDT 2019
On Mon, 23 Sep 2019 at 08:49, Alexander Zaitsev via cfe-dev <
cfe-dev at lists.llvm.org> wrote:
> Hello.
>
> Does anyone work on implementation constexpr allocation in Clang? I mean
> implementing this proposal:
> http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p0784r7.html
>
> If you know where there is a (even in WIP status) implementation - let
> me know please.
>
Yes, I've been working on an implementation. Clang trunk already supports
constexpr destructors and I have a work-in-progress patch adding support
for new-expressions and delete-expressions.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20190923/99029660/attachment.html>
More information about the cfe-dev
mailing list