[libc++] Add a script to automatize updating test for a new header.
authorMarek Kurdej <marek.kurdej@gmail.com>
Thu, 10 Dec 2020 07:37:21 +0000 (08:37 +0100)
committerMarek Kurdej <marek.kurdej@gmail.com>
Thu, 10 Dec 2020 07:37:50 +0000 (08:37 +0100)
commit6fd5a94eeb9acca783549df26b2e6319df8ab0a8
treeaad390b3f12c3d7437fed600b78c7f2ac43de215
parente4a23a418b4ca007e2c6c0bf488073cbc5f81290
[libc++] Add a script to automatize updating test for a new header.

Idea from D92525.
This script globs include/ directory and updates the tests in test/libcxx.
This patch does not generate module.modulemap nor CMakeLists.txt.

Reviewed By: ldionne, #libc

Differential Revision: https://reviews.llvm.org/D92656
libcxx/docs/Contributing.rst
libcxx/test/libcxx/double_include.sh.cpp
libcxx/test/libcxx/min_max_macros.compile.pass.cpp
libcxx/test/libcxx/no_assert_include.compile.pass.cpp
libcxx/utils/generate_header_tests.py [new file with mode: 0644]