[libcxx-commits] [PATCH] D106287: [libc++] Add a bunch of missing _LIBCPP_HIDE_FROM_ABI in <ranges>

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 19 16:34:46 PDT 2021


This revision was automatically updated to reflect the committed changes.
ldionne marked an inline comment as done.
Closed by commit rGd153e7d0a5f2: [libc++] Add a bunch of missing _LIBCPP_HIDE_FROM_ABI in <ranges> (authored by ldionne).

Changed prior to commit:
  https://reviews.llvm.org/D106287?vs=359839&id=359953#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106287

Files:
  libcxx/docs/Contributing.rst
  libcxx/docs/DesignDocs/VisibilityMacros.rst
  libcxx/include/__iterator/advance.h
  libcxx/include/__iterator/erase_if_container.h
  libcxx/include/__iterator/iter_move.h
  libcxx/include/__iterator/iter_swap.h
  libcxx/include/__iterator/next.h
  libcxx/include/__iterator/prev.h
  libcxx/include/__ranges/access.h
  libcxx/include/__ranges/all.h
  libcxx/include/__ranges/data.h
  libcxx/include/__ranges/drop_view.h
  libcxx/include/__ranges/empty.h
  libcxx/include/__ranges/empty_view.h
  libcxx/include/__ranges/ref_view.h
  libcxx/include/__ranges/size.h
  libcxx/include/__ranges/subrange.h
  libcxx/include/__ranges/transform_view.h
  libcxx/include/__ranges/view_interface.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106287.359953.patch
Type: text/x-patch
Size: 42275 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210719/2ae5fc4c/attachment-0001.bin>


More information about the libcxx-commits mailing list