[PATCH] D45015: [Preprocessor] Allow libc++ to detect when aligned allocation is unavailable.
Akira Hatanaka via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 4 19:05:19 PDT 2018
ahatanak added a comment.
I see, thank you.
clang front-end currently fails to issue a warning or error when an aligned allocation/deallocation functions are required but not available in a few cases (e.g., delete called from a deleting destructor, calls to operator or builtin operator new/delete). I suppose those bugs should be fixed in separate patches.
https://reviews.llvm.org/D45015
More information about the cfe-commits
mailing list