[libcxx-commits] [PATCH] D150538: [libc++] Untangles invoke.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon May 15 08:13:49 PDT 2023


Mordante created this revision.
Herald added a project: All.
Mordante updated this revision to Diff 522053.
Mordante added a comment.
Mordante updated this revision to Diff 522058.
Herald added a subscriber: arichardson.
Mordante updated this revision to Diff 522110.
Mordante updated this revision to Diff 522115.
Mordante published this revision for review.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Now with generated files updated.


Mordante added a comment.

CI fixes.


Mordante added a comment.

Try to fix CI.


Mordante added a comment.

CI fixes.



================
Comment at: libcxx/utils/data/ignore_format.txt:643
 libcxx/include/typeinfo
+libcxx/include/type_traits
 libcxx/include/__type_traits/add_const.h
----------------
Note sure why this is needed, locally no formatting changes can be done.


The type traits parts are moved to a type_traits detail header.
This was discovered while working on modules.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D150538

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__functional/invoke.h
  libcxx/include/__type_traits/invoke.h
  libcxx/include/module.modulemap.in
  libcxx/include/type_traits
  libcxx/test/libcxx/private_headers.verify.cpp
  libcxx/utils/data/ignore_format.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150538.522115.patch
Type: text/x-patch
Size: 24826 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230515/43a0321c/attachment-0001.bin>


More information about the libcxx-commits mailing list