[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
Fri Feb 11 14:25:01 PST 2022
philnik updated this revision to Diff 408054.
philnik added a comment.
- rename to __libcpp_unreachable
- Fix modules
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/__memory/uninitialized_algorithms.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/utils/generate_feature_test_macro_components.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119152.408054.patch
Type: text/x-patch
Size: 26472 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220211/7e7fb94b/attachment-0001.bin>
More information about the libcxx-commits
mailing list