[clang] [Clang][Sema] placement new initializes typedef array with correct size (PR #83124)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 16 02:03:47 PDT 2024
================
@@ -285,6 +285,8 @@ Bug Fixes to C++ Support
templates when determining the primary template of an explicit specialization.
- Fixed a crash in Microsoft compatibility mode where unqualified dependent base class
lookup searches the bases of an incomplete class.
+- placement new initializes typedef array with correct size
+ (`#41441 <https://github.com/llvm/llvm-project/issues/41441>`_)
----------------
cor3ntin wrote:
```suggestion
(#GH41441)
```
https://github.com/llvm/llvm-project/pull/83124
More information about the cfe-commits
mailing list