[libcxx-commits] [PATCH] D104175: [libcxx][iwyu] ensures we IWYU for __iterator, __memory, and __ranges

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jun 11 23:16:01 PDT 2021


cjdb created this revision.
cjdb added reviewers: ldionne, zoecarver, Mordante, Quuxplusone.
cjdb requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

This has been broken out of D104170 <https://reviews.llvm.org/D104170> since it should be merged whether or
not we go ahead with the module map changes.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D104175

Files:
  libcxx/include/__iterator/advance.h
  libcxx/include/__iterator/next.h
  libcxx/include/__iterator/prev.h
  libcxx/include/__memory/allocation_guard.h
  libcxx/include/__memory/allocator.h
  libcxx/include/__memory/allocator_traits.h
  libcxx/include/__memory/pointer_safety.h
  libcxx/include/__memory/pointer_traits.h
  libcxx/include/__ranges/access.h
  libcxx/include/__ranges/concepts.h
  libcxx/include/__ranges/data.h
  libcxx/include/__ranges/empty.h
  libcxx/include/__ranges/size.h
  libcxx/include/__ranges/view_interface.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104175.351636.patch
Type: text/x-patch
Size: 6598 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210612/016c9047/attachment-0001.bin>


More information about the libcxx-commits mailing list