[libcxx-commits] [PATCH] D151814: [libc++][modules] Adds the C++23 std module.
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jun 15 09:01:14 PDT 2023
ldionne accepted this revision.
ldionne added inline comments.
This revision is now accepted and ready to land.
================
Comment at: libcxx/test/libcxx/modules_include.gen.py:17
sys.path.append(sys.argv[1])
from libcxx.test.header_information import lit_header_restrictions, public_headers
----------------
We should clean up the naming of these files in a separate patch to make it clear what's testing C++20 modules and what's testing Clang modules.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151814/new/
https://reviews.llvm.org/D151814
More information about the libcxx-commits
mailing list