[PATCH] D112921: [clang] Enable sized deallocation by default in C++14 onwards
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 12 09:23:50 PST 2021
rjmccall requested changes to this revision.
rjmccall added a comment.
This revision now requires changes to proceed.
Yeah, I think this either needs deployment restriction on Apple platforms or it needs the thunk / weak-linking approach from the original patch when the target OS isn't recent enough. @ldionne should know the right OS versions.
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