[all-commits] [llvm/llvm-project] ee5e8e: [libc++] Remove non-existent headers from header_i...
Ian Anderson via All-commits
all-commits at lists.llvm.org
Fri Aug 11 12:45:22 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ee5e8e6dcbbfc9763daf6ff474ab37f50e93222b
https://github.com/llvm/llvm-project/commit/ee5e8e6dcbbfc9763daf6ff474ab37f50e93222b
Author: Ian Anderson <iana at apple.com>
Date: 2023-08-11 (Fri, 11 Aug 2023)
Changed paths:
M libcxx/utils/libcxx/test/header_information.py
Log Message:
-----------
[libc++] Remove non-existent headers from header_information.py
experimental/algorithm and experimental/functional no longer exist, but header_information.py still has references.
Differential Revision: https://reviews.llvm.org/D157639
Commit: 1aee2434ce4c9b5785cbc8f72cbbbd64f9e85297
https://github.com/llvm/llvm-project/commit/1aee2434ce4c9b5785cbc8f72cbbbd64f9e85297
Author: Ian Anderson <iana at apple.com>
Date: 2023-08-11 (Fri, 11 Aug 2023)
Changed paths:
M libcxx/docs/Contributing.rst
M libcxx/test/libcxx/assertions/headers_declare_verbose_abort.gen.py
M libcxx/test/libcxx/clang_tidy.gen.py
M libcxx/test/libcxx/double_include.gen.py
M libcxx/test/libcxx/header_inclusions.gen.py
M libcxx/test/libcxx/libcpp_version.gen.py
M libcxx/test/libcxx/module_std.gen.py
M libcxx/test/libcxx/modules_include.gen.py
M libcxx/test/libcxx/no_assert_include.gen.py
M libcxx/test/libcxx/system_reserved_names.gen.py
M libcxx/test/libcxx/transitive_includes.gen.py
A libcxx/utils/libcxx/header_information.py
R libcxx/utils/libcxx/test/header_information.py
Log Message:
-----------
[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
Compare: https://github.com/llvm/llvm-project/compare/6a0feb1503e2...1aee2434ce4c
More information about the All-commits
mailing list