[libcxx-commits] [PATCH] D153211: [libc++][Modules] Make module exports consistent with header includes

Ian Anderson via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jun 19 11:31:58 PDT 2023


iana updated this revision to Diff 532720.
iana added a comment.

Fix unit tests


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153211

Files:
  libcxx/include/__algorithm/iterator_operations.h
  libcxx/include/__algorithm/ranges_partial_sort.h
  libcxx/include/__algorithm/ranges_partial_sort_copy.h
  libcxx/include/__algorithm/ranges_unique_copy.h
  libcxx/include/__chrono/high_resolution_clock.h
  libcxx/include/__filesystem/path.h
  libcxx/include/__format/format_context.h
  libcxx/include/__format/format_functions.h
  libcxx/include/__format/format_string.h
  libcxx/include/__format/formatter_output.h
  libcxx/include/__format/parser_std_format_spec.h
  libcxx/include/__format/unicode.h
  libcxx/include/__iterator/common_iterator.h
  libcxx/include/__iterator/concepts.h
  libcxx/include/__iterator/counted_iterator.h
  libcxx/include/__iterator/iter_swap.h
  libcxx/include/__iterator/iterator_with_data.h
  libcxx/include/__iterator/move_iterator.h
  libcxx/include/__iterator/reverse_iterator.h
  libcxx/include/__memory/concepts.h
  libcxx/include/__memory/ranges_construct_at.h
  libcxx/include/__memory/ranges_uninitialized_algorithms.h
  libcxx/include/__ranges/access.h
  libcxx/include/__ranges/all.h
  libcxx/include/__ranges/concepts.h
  libcxx/include/__ranges/rbegin.h
  libcxx/include/__ranges/rend.h
  libcxx/include/__ranges/transform_view.h
  libcxx/include/__system_error/error_condition.h
  libcxx/include/cwchar
  libcxx/include/iterator
  libcxx/include/mdspan
  libcxx/include/module.modulemap.in
  libcxx/include/string_view
  libcxx/include/tgmath.h
  libcxx/test/libcxx/algorithms/pstl.robust_against_customization_points_not_working.pass.cpp
  libcxx/test/libcxx/transitive_includes/cxx03.csv
  libcxx/test/libcxx/transitive_includes/cxx11.csv
  libcxx/test/libcxx/transitive_includes/cxx14.csv
  libcxx/test/libcxx/transitive_includes/cxx17.csv
  libcxx/test/libcxx/transitive_includes/cxx20.csv
  libcxx/test/libcxx/transitive_includes/cxx23.csv
  libcxx/test/libcxx/transitive_includes/cxx26.csv
  libcxx/utils/find_transitive_includes.py
  libcxx/utils/libcxx/test/header_information.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153211.532720.patch
Type: text/x-patch
Size: 61059 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230619/24383d46/attachment-0001.bin>


More information about the libcxx-commits mailing list