[all-commits] [llvm/llvm-project] be1294: [libc++] Implement all public header tests using t...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Mon Apr 4 06:10:07 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: be1294de9dd93ae02002bd1aa4b4a8d62e562c21
https://github.com/llvm/llvm-project/commit/be1294de9dd93ae02002bd1aa4b4a8d62e562c21
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2022-04-04 (Mon, 04 Apr 2022)
Changed paths:
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
M libcxx/test/libcxx/nasty_macros.compile.pass.cpp
M libcxx/test/libcxx/no_assert_include.compile.pass.cpp
M libcxx/utils/CMakeLists.txt
M libcxx/utils/generate_assertion_tests.py
R libcxx/utils/generate_header_tests.py
Log Message:
-----------
[libc++] Implement all public header tests using the new generator
Note that `generate_assertion_tests.py` will be renamed to
`generate_header_tests.py` separately to facilitate change tracking.
Differential Revision: https://reviews.llvm.org/D123000
More information about the All-commits
mailing list