[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 14 11:53:13 PST 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG2a8f9a5e95de: [libc++] Implement P0627R6 (Function to mark unreachable code) (authored by philnik).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119152

Files:
  libcxx/docs/FeatureTestMacroTable.rst
  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/include/version
  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/language.support/support.limits/support.limits.general/utility.version.pass.cpp
  libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
  libcxx/test/std/utilities/utility/utility.unreachable/unreachable.compile.pass.cpp
  libcxx/test/std/utilities/utility/utility.unreachable/unreachable.verify.cpp
  libcxx/utils/generate_feature_test_macro_components.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119152.408539.patch
Type: text/x-patch
Size: 24486 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220214/b523a6d8/attachment-0001.bin>


More information about the libcxx-commits mailing list