[libcxx] Move the private header __std_stream into the src subdir
authorMartin Storsjö <martin@martin.st>
Sat, 8 Apr 2023 18:51:02 +0000 (21:51 +0300)
committerMartin Storsjö <martin@martin.st>
Wed, 12 Apr 2023 07:26:55 +0000 (10:26 +0300)
commita6ba74e471ac7df8fbe59abfd8ddd62ef9e39a59
tree8aecd8b57d1e073f019af07f474b835bed99e8a8
parent9c8264f1600bffe00589879ced61042363b5ba13
[libcxx] Move the private header __std_stream into the src subdir

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.

Differential Revision: https://reviews.llvm.org/D147855
libcxx/include/CMakeLists.txt
libcxx/include/libcxx.imp
libcxx/include/module.modulemap.in
libcxx/src/__std_stream [moved from libcxx/include/__std_stream with 100% similarity]
libcxx/src/iostream.cpp
libcxx/test/libcxx/private_headers.verify.cpp
libcxx/utils/data/ignore_format.txt
libcxx/utils/generate_iwyu_mapping.py