[libcxx-commits] [PATCH] D146395: [libc++] Move __errc to __system_error/errc.h

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Apr 10 10:23:59 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGeb65912e41a1: [libc++] Move __errc to __system_error/errc.h (authored by philnik).

Changed prior to commit:
  https://reviews.llvm.org/D146395?vs=512160&id=512194#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146395

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__charconv/from_chars_integral.h
  libcxx/include/__charconv/from_chars_result.h
  libcxx/include/__charconv/to_chars_integral.h
  libcxx/include/__charconv/to_chars_result.h
  libcxx/include/__errc
  libcxx/include/__filesystem/directory_entry.h
  libcxx/include/__format/formatter_floating_point.h
  libcxx/include/__format/formatter_integral.h
  libcxx/include/__format/formatter_output.h
  libcxx/include/__system_error/errc.h
  libcxx/include/__system_error/error_code.h
  libcxx/include/__system_error/error_condition.h
  libcxx/include/charconv
  libcxx/include/module.modulemap.in
  libcxx/include/system_error
  libcxx/src/filesystem/filesystem_common.h
  libcxx/src/include/ryu/ryu.h
  libcxx/test/libcxx/private_headers.verify.cpp
  libcxx/test/libcxx/transitive_includes.sh.cpp
  libcxx/test/libcxx/transitive_includes/cxx03.csv
  libcxx/test/libcxx/transitive_includes/cxx11.csv
  libcxx/test/libcxx/transitive_includes/cxx14.csv
  libcxx/test/libcxx/transitive_includes/cxx17.csv
  libcxx/test/libcxx/transitive_includes/cxx20.csv
  libcxx/test/libcxx/transitive_includes/cxx2b.csv
  libcxx/test/std/diagnostics/syserr/errc.pass.cpp
  libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/unlock.pass.cpp
  libcxx/test/support/charconv_test_helpers.h
  libcxx/test/support/filesystem_test_helper.h
  libcxx/utils/data/ignore_format.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146395.512194.patch
Type: text/x-patch
Size: 17089 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230410/812617af/attachment.bin>


More information about the libcxx-commits mailing list