Skip to content

Commit c64cd9d

Browse files
committed
[Clang][Sema] placement new initializes typedef array with correct size
Fixing test documentation build failure
1 parent 71f00c3 commit c64cd9d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -534,8 +534,7 @@ Bug Fixes to C++ Support
534534
Fixes (#GH70604), (#GH79754), (#GH84163), (#GH84425), (#GH86054), (#GH86398), and (#GH86399).
535535
- Fix a crash when deducing ``auto`` from an invalid dereference (#GH88329).
536536
- Fix a crash in requires expression with templated base class member function. Fixes (#GH84020).
537-
- placement new initializes typedef array with correct size
538-
(`#GH41441 <https://github.com/llvm/llvm-project/issues/41441>`_)
537+
- Fix placement new initializes typedef array with correct size. Fixes (#GH41441).
539538

540539
Bug Fixes to AST Handling
541540
^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)