Skip to content

Commit 58c947b

Browse files
committed
[Clang] Update ReleaseNotes
Signed-off-by: yronglin <[email protected]>
1 parent dbe5cd3 commit 58c947b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ C++ Language Changes
7878
- Allow single element access of GCC vector/ext_vector_type object to be
7979
constant expression. Supports the `V.xyzw` syntax and other tidbits
8080
as seen in OpenCL. Selecting multiple elements is left as a future work.
81+
- Implement `CWG1815 <https://wg21.link/CWG1815>`_. Support lifetime extension
82+
of temporary created by aggregate initialization using a default member
83+
initializer.
8184

8285
C++17 Feature Support
8386
^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)