[PATCH] D26702: [libc++] Introduce `_LIBCPP_OVERRIDABLE_FUNC_VIS`

Shoaib Meenai via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 15 14:48:51 PST 2016


smeenai created this revision.
smeenai added reviewers: compnerd, EricWF, mclow.lists.
smeenai added a subscriber: cfe-commits.

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.


https://reviews.llvm.org/D26702

Files:
  docs/DesignDocs/VisibilityMacros.rst
  include/__config
  include/new
  src/new.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26702.78079.patch
Type: text/x-patch
Size: 12091 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161115/dc395896/attachment-0001.bin>


More information about the cfe-commits mailing list