[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
Wed Feb 9 13:24:08 PST 2022


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

- Address comments


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119152

Files:
  libcxx/docs/ReleaseNotes.rst
  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
  libcxx/test/libcxx/diagnostics/detail.headers/utility/unreachable.module.verify.cpp
  libcxx/test/std/utilities/utility/utility.unreachable/unreachable.compile.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119152.407272.patch
Type: text/x-patch
Size: 18388 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220209/1a1f5833/attachment-0001.bin>


More information about the libcxx-commits mailing list