[PATCH] D129531: [clang][C++20] P0960R3: Allow initializing aggregates from a parenthesized list of values
Roy Jacobson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 21 02:25:17 PDT 2022
royjacobson added a comment.
Thanks for working on it! It looks really good. Please remember to update the feature test macro (__cpp_aggregate_paren_init).
Also, I think there's no test coverage for the ASTReader/Writer changes? I would like to see some as well.
================
Comment at: clang/docs/ReleaseNotes.rst:546
([temp.func.order]p6.2.1 is not implemented, matching GCC).
+- Implemented `P0634R3: <https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p0960r3.html>`_
+ and `P1975R0: <https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1975r0.html>`_,
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129531/new/
https://reviews.llvm.org/D129531
More information about the cfe-commits
mailing list