[libcxx-commits] [PATCH] D157639: [libc++] Move header_information.py up from tests, and remove non-existent headers
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Aug 11 09:08:01 PDT 2023
Mordante accepted this revision.
Mordante added a comment.
This revision is now accepted and ready to land.
LGTM but one comment!
================
Comment at: libcxx/utils/libcxx/header_information.py:18
"cwctype": "// UNSUPPORTED: no-wide-characters",
- "experimental/algorithm": "// UNSUPPORTED: c++03",
"experimental/deque": "// UNSUPPORTED: c++03",
----------------
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.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157639/new/
https://reviews.llvm.org/D157639
More information about the libcxx-commits
mailing list