[libcxx-commits] [PATCH] D158133: [libc++][Modules] Simplify the __std_clang_module header generation

Ian Anderson via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Aug 16 17:03:09 PDT 2023


iana created this revision.
iana added a reviewer: ldionne.
Herald added subscribers: ributzka, arichardson.
Herald added a project: All.
iana requested review of this revision.
Herald added subscribers: libcxx-commits, wangpc.
Herald added a project: libc++.
Herald added a reviewer: libc++.

Post review feedback on D157364 <https://reviews.llvm.org/D157364>. Don't section the __std_clang_module header by macro, put the headers in alphabetical order and repeat the macro guards. Restore header_information.header_restrictions.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D158133

Files:
  libcxx/include/__std_clang_module
  libcxx/utils/generate_std_clang_module_header.py
  libcxx/utils/libcxx/header_information.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158133.550939.patch
Type: text/x-patch
Size: 10592 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230817/c9340aa8/attachment-0001.bin>


More information about the libcxx-commits mailing list