[all-commits] [llvm/llvm-project] 643df8: [libc++] Make sure that all headers can be include...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Wed May 25 00:45:12 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 643df8fa8ef58d883cbb554c7e71910dc8a8673c
https://github.com/llvm/llvm-project/commit/643df8fa8ef58d883cbb554c7e71910dc8a8673c
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2022-05-25 (Wed, 25 May 2022)
Changed paths:
M libcxx/include/__filesystem/u8path.h
M libcxx/include/barrier
M libcxx/include/latch
M libcxx/include/module.modulemap
M libcxx/include/semaphore
M libcxx/include/span
M libcxx/test/libcxx/assertions/headers_declare_assertion_handler.sh.cpp
M libcxx/test/libcxx/clang_tidy.sh.cpp
M libcxx/test/libcxx/double_include.sh.cpp
M libcxx/test/libcxx/min_max_macros.compile.pass.cpp
A libcxx/test/libcxx/modules_include.sh.cpp
M libcxx/test/libcxx/nasty_macros.compile.pass.cpp
M libcxx/test/libcxx/no_assert_include.compile.pass.cpp
M libcxx/utils/generate_header_tests.py
Log Message:
-----------
[libc++] Make sure that all headers can be included with modules enabled
This commit ensures that we can include all libc++ headers with modules
enabled. It adds a test to ensure that this doesn't regress, which is
necessary because our modules CI job does not build in all Standard modes.
Differential Revision: https://reviews.llvm.org/D125331
More information about the All-commits
mailing list