[libcxx-commits] [PATCH] D144322: [libc++][Modules] Make top level modules for all C++ headers with OS/clang versions

Ian Anderson via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun May 14 10:05:54 PDT 2023


iana added inline comments.


================
Comment at: libcxx/include/__algorithm/pstl_any_all_none_of.h:12
 
+#include <__algorithm/move.h>
+#include <__algorithm/pstl_backend.h>
----------------
Mordante wrote:
> IIRC these have already been merged in separate patches, right?
No, these are all new from a rebase. Seems like every couple of days new one sprout up. And the CI also finds ones that don’t show up for me locally. Once the CI is happy I’ll make a new review with the new includes and take them out of this review


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144322/new/

https://reviews.llvm.org/D144322



More information about the libcxx-commits mailing list