[libcxx-commits] [PATCH] D144322: [libc++][Modules] Make top level modules for all C++ headers with OS/clang versions
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jun 16 12:36:50 PDT 2023
ldionne added inline comments.
================
Comment at: libcxx/docs/ReleaseNotes.rst:80
+- The ``std`` clang module has been broken up into separate top level modules per public header.
+
----------------
Is this noticeable by users? I don't think so, right? In that case I don't think there's a reason for a release note (even though this is indeed a big change).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144322/new/
https://reviews.llvm.org/D144322
More information about the libcxx-commits
mailing list