commit | dce4218df7baa24f11a28611f3cc11fc34898e87 | [log] [tgz] |
---|---|---|
author | Shoaib Meenai <smeenai@fb.com> | Wed Nov 16 22:18:10 2016 +0000 |
committer | Shoaib Meenai <smeenai@fb.com> | Wed Nov 16 22:18:10 2016 +0000 |
tree | cd9d9b66ca80f9481fc19acde091c68025d9c5d1 | |
parent | 7fa40c9f2b176fde3f99a96f6eb952f590f9d694 [diff] |
[libc++] Introduce `_LIBCPP_OVERRIDABLE_FUNC_VIS` This is a generalization of `_LIBCPP_NEW_DELETE_VIS`; the new macro name captures the semantics better, and also allows us to get rid of the `_WIN32` check in `include/new`. No functional change. Differential Revision: https://reviews.llvm.org/D26702 llvm-svn: 287164