[PATCH] D112921: [clang] Enable sized deallocation by default in C++14 onwards

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 28 05:17:35 PDT 2023


aaron.ballman added a comment.

In D112921#4535716 <https://reviews.llvm.org/D112921#4535716>, @wangpc wrote:

> I am not familiar  with libcxx, can you please help me to fix these tests? I hope we can catch up with the release of LLVM 17.

I think it's too late to put this into Clang 17. This is a significant amount of change to add to the release branch; I'd prefer if it stayed in Clang 18 to give it some extra time to bake.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112921/new/

https://reviews.llvm.org/D112921



More information about the cfe-commits mailing list