[PATCH] D139837: [Clang] Implements CTAD for aggregates P1816R0 and P2082R1
Yuanfang Chen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 29 10:30:56 PDT 2023
ychen added inline comments.
================
Comment at: clang/docs/ReleaseNotes.rst:98
+- Implemented `P1816R0: <https://wg21.link/p1816r0>`_ and `P2082R1: <https://wg21.link/p2082r1>`_,
+ which allows CTAD for aggregates (parenthesized aggregate-initialization is not supported).
----------------
aaron.ballman wrote:
> Paren aggregate init is now supported, so this should be updated.
Thanks for catching this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139837/new/
https://reviews.llvm.org/D139837
More information about the cfe-commits
mailing list