[libcxx-commits] [PATCH] D144322: [libc++][Modules] Make top level modules for all C++ headers with OS/clang versions
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Feb 25 05:36:21 PST 2023
Mordante added a comment.
In D144322#4151757 <https://reviews.llvm.org/D144322#4151757>, @vsapsai wrote:
> Sorry, forgot to ask the first time. This change is for Clang modules and not for C++20 modules, right? Asking because believe C++20 modules have standard-enforced module names.
libc++ has no support for C++20 modules yet, nor for C++23's std module.
This is something libc++ wants to look into soon.
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