[libcxx-commits] [PATCH] D112921: [clang] Enable sized deallocation by default in C++14 onwards
Wang Pengcheng via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Apr 19 01:49:35 PDT 2022
pcwang-thead added a comment.
In D112921#3453114 <https://reviews.llvm.org/D112921#3453114>, @MaskRay wrote:
> Beside the concern raised by platform maintainers: the cc1 default switch part should be made separately from the patch.
> This makes revert easy and leaves fewer churn to the test suite.
>
> If -fno-sized-deallocation is a better cc1 default (but not Driver's), I can make such a change.
That will be helpful, thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112921/new/
https://reviews.llvm.org/D112921
More information about the libcxx-commits
mailing list