[all-commits] [llvm/llvm-project] 2a8f9a: [libc++] Implement P0627R6 (Function to mark unrea...

philnik777 via All-commits all-commits at lists.llvm.org
Mon Feb 14 11:53:13 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2a8f9a5e95dec3adcdee603358dc03def6d2245e
      https://github.com/llvm/llvm-project/commit/2a8f9a5e95dec3adcdee603358dc03def6d2245e
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2022-02-14 (Mon, 14 Feb 2022)

  Changed paths:
    M libcxx/docs/FeatureTestMacroTable.rst
    M libcxx/docs/ReleaseNotes.rst
    M libcxx/docs/Status/Cxx2bPapers.csv
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__filesystem/directory_entry.h
    M libcxx/include/__format/format_arg.h
    M libcxx/include/__format/formatter.h
    M libcxx/include/__format/formatter_floating_point.h
    M libcxx/include/__format/formatter_integral.h
    M libcxx/include/__iterator/advance.h
    A libcxx/include/__utility/unreachable.h
    M libcxx/include/array
    M libcxx/include/charconv
    M libcxx/include/cstdlib
    M libcxx/include/fstream
    M libcxx/include/module.modulemap
    M libcxx/include/utility
    M libcxx/include/version
    M libcxx/src/filesystem/filesystem_common.h
    M libcxx/src/filesystem/operations.cpp
    M libcxx/src/locale.cpp
    M libcxx/src/strstream.cpp
    A libcxx/test/libcxx/diagnostics/detail.headers/utility/unreachable.module.verify.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/utility.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
    A libcxx/test/std/utilities/utility/utility.unreachable/unreachable.compile.pass.cpp
    A libcxx/test/std/utilities/utility/utility.unreachable/unreachable.verify.cpp
    M libcxx/utils/generate_feature_test_macro_components.py

  Log Message:
  -----------
  [libc++] Implement P0627R6 (Function to mark unreachable code)

Reviewed By: ldionne, Quuxplusone, #libc

Spies: arichardson, mstorsjo, libcxx-commits, mgorny

Differential Revision: https://reviews.llvm.org/D119152




More information about the All-commits mailing list