[PATCH] D114649: [libc++] Implement not-yet-voted LWG3436

2023-09-06 Thread Louis Dionne via Phabricator via cfe-commits
ldionne abandoned this revision. ldionne added a comment. Herald added a project: All. Abandoning since this LWG issue isn't voted yet and we don't need this to implement other features. I've moved it to https://github.com/ldionne/llvm-project/tree/wip/LWG3436-construct_at-arrays and create a G

[PATCH] D114649: [libc++] Implement not-yet-voted LWG3436

2021-12-01 Thread Louis Dionne via Phabricator via cfe-commits
ldionne marked an inline comment as done. ldionne added a comment. In D114649#3157040 , @Mordante wrote: > Since this patch requires both an update to both Clang and libc++ I think it > would land the Clang part in a separate patch. Then wait for the CI

[PATCH] D114649: [libc++] Implement not-yet-voted LWG3436

2021-11-28 Thread Mark de Wever via Phabricator via cfe-commits
Mordante added a comment. Since this patch requires both an update to both Clang and libc++ I think it would land the Clang part in a separate patch. Then wait for the CI to have ToT with this version and land that separately. For now can you run the CI with the Bootstrap build? =

[PATCH] D114649: [libc++] Implement not-yet-voted LWG3436

2021-11-26 Thread Louis Dionne via Phabricator via cfe-commits
ldionne added a comment. @rsmith I suspect that enabling array placement new properly will be more complicated than this, but this simple change solved my immediate issue. Please let me know if that's insufficient. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://revi

[PATCH] D114649: [libc++] Implement not-yet-voted LWG3436

2021-11-26 Thread Louis Dionne via Phabricator via cfe-commits
ldionne created this revision. ldionne added a reviewer: rsmith. ldionne requested review of this revision. Herald added projects: clang, libc++. Herald added subscribers: libcxx-commits, cfe-commits. Herald added a reviewer: libc++. LWG3436 adds support for array types in construct_at. That is ne