[all-commits] [llvm/llvm-project] a6ba74: [libcxx] Move the private header __std_stream into...

Martin Storsjö via All-commits all-commits at lists.llvm.org
Wed Apr 12 00:27:24 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a6ba74e471ac7df8fbe59abfd8ddd62ef9e39a59
      https://github.com/llvm/llvm-project/commit/a6ba74e471ac7df8fbe59abfd8ddd62ef9e39a59
  Author: Martin Storsjö <martin at martin.st>
  Date:   2023-04-12 (Wed, 12 Apr 2023)

  Changed paths:
    M libcxx/include/CMakeLists.txt
    R libcxx/include/__std_stream
    M libcxx/include/libcxx.imp
    M libcxx/include/module.modulemap.in
    A libcxx/src/__std_stream
    M libcxx/src/iostream.cpp
    M libcxx/test/libcxx/private_headers.verify.cpp
    M libcxx/utils/data/ignore_format.txt
    M libcxx/utils/generate_iwyu_mapping.py

  Log Message:
  -----------
  [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




More information about the All-commits mailing list