[libc++] Move header_information.py up from tests
authorIan Anderson <iana@apple.com>
Thu, 10 Aug 2023 18:22:48 +0000 (11:22 -0700)
committerTobias Hieta <tobias@hieta.se>
Sun, 27 Aug 2023 08:55:16 +0000 (10:55 +0200)
commit231dab0e40e7f654bf65b9182d00df7b0f8f9551
tree3e618348846007987038252aabfd1fbf083a1236
parent01f7134c0ea8caff86828df3f979726dffa33924
[libc++] Move header_information.py up from tests

I need to use header_information.py in a generator script that isn't for tests in an upcoming change. Move it up a level so that it's in utils/libcxx instead of utils/libcxx/tests.

Differential Revision: https://reviews.llvm.org/D157639

# Conflicts:
# libcxx/test/libcxx/system_reserved_names.gen.py
12 files changed:
libcxx/docs/Contributing.rst
libcxx/test/libcxx/assertions/headers_declare_verbose_abort.gen.py
libcxx/test/libcxx/clang_tidy.gen.py
libcxx/test/libcxx/double_include.gen.py
libcxx/test/libcxx/header_inclusions.gen.py
libcxx/test/libcxx/libcpp_version.gen.py
libcxx/test/libcxx/module_std.gen.py
libcxx/test/libcxx/modules_include.gen.py
libcxx/test/libcxx/nasty_macros.gen.py
libcxx/test/libcxx/no_assert_include.gen.py
libcxx/test/libcxx/transitive_includes.gen.py
libcxx/utils/libcxx/header_information.py [moved from libcxx/utils/libcxx/test/header_information.py with 99% similarity]