[libcxx-commits] [PATCH] D157639: [libc++] Move header_information.py up from tests, and remove non-existent headers
Ian Anderson via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Aug 10 11:23:22 PDT 2023
iana created this revision.
iana added reviewers: ldionne, Mordante.
Herald added subscribers: ributzka, arichardson.
Herald added a project: All.
iana requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
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.
Also there are no such headers as experimental/algorithm and experimental/functional, remove them from header_information.py.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D157639
Files:
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/no_assert_include.gen.py
libcxx/test/libcxx/system_reserved_names.gen.py
libcxx/test/libcxx/transitive_includes.gen.py
libcxx/utils/libcxx/header_information.py
libcxx/utils/libcxx/test/header_information.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157639.549121.patch
Type: text/x-patch
Size: 7176 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230810/fe75c3c2/attachment.bin>
More information about the libcxx-commits
mailing list