[libcxx-commits] [PATCH] D119152: [libc++] Implement P0627R6 (Function to mark unreachable code)

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Feb 7 17:11:58 PST 2022


philnik updated this revision to Diff 406655.
philnik added a comment.

- Introduce `__unreachable()` for previous standard versions and remove `_LIBCPP_UNREACHABLE()`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119152

Files:
  libcxx/docs/Status/Cxx2bPapers.csv
  libcxx/include/CMakeLists.txt
  libcxx/include/__filesystem/directory_entry.h
  libcxx/include/__format/format_arg.h
  libcxx/include/__format/formatter.h
  libcxx/include/__format/formatter_floating_point.h
  libcxx/include/__format/formatter_integral.h
  libcxx/include/__iterator/advance.h
  libcxx/include/__utility/unreachable.h
  libcxx/include/array
  libcxx/include/charconv
  libcxx/include/cstdlib
  libcxx/include/fstream
  libcxx/include/module.modulemap
  libcxx/include/utility
  libcxx/src/filesystem/filesystem_common.h
  libcxx/src/filesystem/operations.cpp
  libcxx/src/locale.cpp
  libcxx/src/strstream.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119152.406655.patch
Type: text/x-patch
Size: 16349 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220208/3adede58/attachment-0001.bin>


More information about the libcxx-commits mailing list