[all-commits] [llvm/llvm-project] d153e7: [libc++] Add a bunch of missing _LIBCPP_HIDE_FROM_...

Louis Dionne via All-commits all-commits at lists.llvm.org
Mon Jul 19 16:34:43 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d153e7d0a5f2bb9b3cb59ebed8dd3f9a861ce8f7
      https://github.com/llvm/llvm-project/commit/d153e7d0a5f2bb9b3cb59ebed8dd3f9a861ce8f7
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2021-07-19 (Mon, 19 Jul 2021)

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

  Log Message:
  -----------
  [libc++] Add a bunch of missing _LIBCPP_HIDE_FROM_ABI in <ranges>

We've been forgetting to add those to most of the <ranges> review.
To avoid forgetting in the future, I added an item in the pre-commit
checklist.

Differential Revision: https://reviews.llvm.org/D106287




More information about the All-commits mailing list