[all-commits] [llvm/llvm-project] 6e93bf: [libc++] Remove <experimental/{algorithm, functional}>

philnik777 via All-commits all-commits at lists.llvm.org
Fri Feb 24 05:18:25 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6e93bf5f6640dba32628ae6c058778f69bafecb8
      https://github.com/llvm/llvm-project/commit/6e93bf5f6640dba32628ae6c058778f69bafecb8
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2023-02-24 (Fri, 24 Feb 2023)

  Changed paths:
    M libcxx/docs/ReleaseNotes.rst
    M libcxx/include/CMakeLists.txt
    R libcxx/include/experimental/algorithm
    R libcxx/include/experimental/functional
    M libcxx/include/module.modulemap.in
    M libcxx/test/libcxx/assertions/headers_declare_verbose_abort.sh.cpp
    M libcxx/test/libcxx/clang_tidy.sh.cpp
    M libcxx/test/libcxx/double_include.sh.cpp
    R libcxx/test/libcxx/experimental/algorithms/header.algorithm.synop/includes.pass.cpp
    R libcxx/test/libcxx/experimental/algorithms/version.pass.cpp
    M libcxx/test/libcxx/min_max_macros.compile.pass.cpp
    M libcxx/test/libcxx/modules_include.sh.cpp
    M libcxx/test/libcxx/nasty_macros.compile.pass.cpp
    M libcxx/test/libcxx/no_assert_include.compile.pass.cpp
    M libcxx/test/libcxx/transitive_includes.sh.cpp
    M libcxx/test/libcxx/transitive_includes/cxx03.csv
    M libcxx/test/libcxx/transitive_includes/cxx11.csv
    M libcxx/test/libcxx/transitive_includes/cxx14.csv
    M libcxx/test/libcxx/transitive_includes/cxx17.csv
    M libcxx/test/libcxx/transitive_includes/cxx20.csv
    M libcxx/test/libcxx/transitive_includes/cxx2b.csv
    R libcxx/test/std/experimental/algorithms/alg.search/search.pass.cpp
    R libcxx/test/std/experimental/func/func.searchers/func.searchers.boyer_moore/default.pass.cpp
    R libcxx/test/std/experimental/func/func.searchers/func.searchers.boyer_moore/hash.pass.cpp
    R libcxx/test/std/experimental/func/func.searchers/func.searchers.boyer_moore/hash.pred.pass.cpp
    R libcxx/test/std/experimental/func/func.searchers/func.searchers.boyer_moore/pred.pass.cpp
    R libcxx/test/std/experimental/func/func.searchers/func.searchers.boyer_moore_horspool/default.pass.cpp
    R libcxx/test/std/experimental/func/func.searchers/func.searchers.boyer_moore_horspool/hash.pass.cpp
    R libcxx/test/std/experimental/func/func.searchers/func.searchers.boyer_moore_horspool/hash.pred.pass.cpp
    R libcxx/test/std/experimental/func/func.searchers/func.searchers.boyer_moore_horspool/pred.pass.cpp
    R libcxx/test/std/experimental/func/func.searchers/func.searchers.default/default.pass.cpp
    R libcxx/test/std/experimental/func/func.searchers/func.searchers.default/default.pred.pass.cpp
    R libcxx/test/std/experimental/func/func.searchers/func.searchers.default/func.searchers.default.creation/make_default_searcher.pass.cpp
    R libcxx/test/std/experimental/func/func.searchers/func.searchers.default/func.searchers.default.creation/make_default_searcher.pred.pass.cpp
    R libcxx/test/std/experimental/func/header.functional.synop/includes.pass.cpp
    M libcxx/utils/data/ignore_format.txt

  Log Message:
  -----------
  [libc++] Remove <experimental/{algorithm,functional}>

The contents of these files have been implemented for at least two releases, so let's remove them according to our policy (https://libcxx.llvm.org/DesignDocs/ExperimentalFeatures.html#id4).

Reviewed By: Mordante, #libc

Spies: arichardson, libcxx-commits

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




More information about the All-commits mailing list