[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
Sun Mar 19 15:18:14 PDT 2023


philnik created this revision.
philnik added reviewers: ldionne, Mordante.
Herald added subscribers: mikhail.ramalho, arichardson.
Herald added a project: All.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

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.


Repository:
  rG LLVM Github Monorepo

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/__system_error/errc.h
  libcxx/include/charconv
  libcxx/include/libcxx.imp
  libcxx/include/module.modulemap.in
  libcxx/include/system_error
  libcxx/src/include/ryu/ryu.h
  libcxx/test/libcxx/private_headers.verify.cpp
  libcxx/utils/data/ignore_format.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146395.506437.patch
Type: text/x-patch
Size: 18733 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230319/1e07aba4/attachment-0001.bin>


More information about the libcxx-commits mailing list