[libcxx-commits] [PATCH] D152377: [libc++] Split sources for <filesystem>

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jun 8 10:46:46 PDT 2023


Mordante accepted this revision.
Mordante added a comment.

LGTM, when the CI is happy. On small comment.



================
Comment at: libcxx/src/filesystem/directory_entry.cpp:9
+
+#include <cstdint>
+#include <filesystem>
----------------
Please also check the other new files.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152377



More information about the libcxx-commits mailing list