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.
Details
Details
- Reviewers
ldionne Mordante - Group Reviewers
Restricted Project - Commits
- rG1aee2434ce4c: [libc++] Move header_information.py up from tests
rGee5e8e6dcbbf: [libc++] Remove non-existent headers from header_information.py
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM but one comment!
libcxx/utils/libcxx/test/header_information.py | ||
---|---|---|
18 | The CI is green, can you commit this line and the next line in a separate commit, just to keep the history clean. No need for a new review. |
libcxx/utils/libcxx/test/header_information.py | ||
---|---|---|
18 | 👍 |
The CI is green, can you commit this line and the next line in a separate commit, just to keep the history clean. No need for a new review.