[libcxx-commits] [PATCH] D147855: [libcxx] Move the private header __std_stream into the src subdir

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Apr 8 12:08:13 PDT 2023


mstorsjo created this revision.
Herald added a subscriber: arichardson.
Herald added a project: All.
mstorsjo requested review of this revision.
Herald added a project: libc++.
Herald added a reviewer: libc++.

This header isn't used by any public header, so there shouldn't
be any need to install it or treat it as a heder.

Once it's part of the src subdirectory, I guess one could consider
giving it a more traditional name too.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D147855

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__std_stream
  libcxx/include/libcxx.imp
  libcxx/include/module.modulemap.in
  libcxx/src/__std_stream
  libcxx/src/iostream.cpp
  libcxx/test/libcxx/private_headers.verify.cpp
  libcxx/utils/data/ignore_format.txt
  libcxx/utils/generate_iwyu_mapping.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147855.511917.patch
Type: text/x-patch
Size: 15792 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230408/f2e9e1ed/attachment.bin>


More information about the libcxx-commits mailing list