[all-commits] [llvm/llvm-project] eb6591: [libc++] Move __errc to __system_error/errc.h
philnik777 via All-commits
all-commits at lists.llvm.org
Mon Apr 10 10:23:57 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eb65912e41a108dff733f7f345448faae1eb89c2
https://github.com/llvm/llvm-project/commit/eb65912e41a108dff733f7f345448faae1eb89c2
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2023-04-10 (Mon, 10 Apr 2023)
Changed paths:
M libcxx/include/CMakeLists.txt
M libcxx/include/__charconv/from_chars_integral.h
M libcxx/include/__charconv/from_chars_result.h
M libcxx/include/__charconv/to_chars_integral.h
M libcxx/include/__charconv/to_chars_result.h
R libcxx/include/__errc
M libcxx/include/__filesystem/directory_entry.h
M libcxx/include/__format/formatter_floating_point.h
M libcxx/include/__format/formatter_integral.h
M libcxx/include/__format/formatter_output.h
A libcxx/include/__system_error/errc.h
M libcxx/include/__system_error/error_code.h
M libcxx/include/__system_error/error_condition.h
M libcxx/include/charconv
M libcxx/include/module.modulemap.in
M libcxx/include/system_error
M libcxx/src/filesystem/filesystem_common.h
M libcxx/src/include/ryu/ryu.h
M libcxx/test/libcxx/private_headers.verify.cpp
M libcxx/test/libcxx/transitive_includes.sh.cpp
M libcxx/test/libcxx/transitive_includes/cxx03.csv
M libcxx/test/libcxx/transitive_includes/cxx11.csv
M libcxx/test/libcxx/transitive_includes/cxx14.csv
M libcxx/test/libcxx/transitive_includes/cxx17.csv
M libcxx/test/libcxx/transitive_includes/cxx20.csv
M libcxx/test/libcxx/transitive_includes/cxx2b.csv
M libcxx/test/std/diagnostics/syserr/errc.pass.cpp
M libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/unlock.pass.cpp
M libcxx/test/support/charconv_test_helpers.h
M libcxx/test/support/filesystem_test_helper.h
M libcxx/utils/data/ignore_format.txt
Log Message:
-----------
[libc++] Move __errc to __system_error/errc.h
This file was added before we started granularizing the headers, but is essentially just a granularized header. This moves the header to the correct place.
Reviewed By: #libc, EricWF
Spies: libcxx-commits, arichardson, mikhail.ramalho
Differential Revision: https://reviews.llvm.org/D146395
More information about the All-commits
mailing list