[libcxx-commits] [PATCH] D151493: [libcxx] Handle windows system error code mapping in std::error_code.

James Y Knight via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jun 15 08:42:07 PDT 2023


jyknight updated this revision to Diff 531775.
jyknight marked 3 inline comments as done.
jyknight added a comment.

Rebase on top of new parent review, and address comments.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151493

Files:
  libcxx/include/__filesystem/directory_entry.h
  libcxx/include/__system_error/system_error.h
  libcxx/src/filesystem/directory_iterator.cpp
  libcxx/src/filesystem/filesystem_common.h
  libcxx/src/filesystem/operations.cpp
  libcxx/src/filesystem/posix_compat.h
  libcxx/src/system_error.cpp
  libcxx/test/std/diagnostics/syserr/syserr.compare/eq_error_code_error_code.pass.cpp
  libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.derived/message.pass.cpp
  libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/system_category.pass.cpp
  libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/file_type_obs.pass.cpp
  libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/status.pass.cpp
  libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/symlink_status.pass.cpp
  libcxx/test/support/filesystem_test_helper.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151493.531775.patch
Type: text/x-patch
Size: 36529 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230615/1c3222cb/attachment-0001.bin>


More information about the libcxx-commits mailing list