https://bugs.llvm.org/show_bug.cgi?id=48993
Reid Kleckner <r...@google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #5 from Reid Kleckner <r...@google.com> ---
I think we can declare this fixed, but this issue is likely to pop up again in
other places because std::construct_at expects T*, and that requires casting a
pointer to uninitialized memory. The old way of doing this, placement new,
expects a void*. Adding a new CFI testing configuration for libc++ will be the
best way to detect such issues in the future.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs