[all-commits] [llvm/llvm-project] c7ad02: [libcxx] adds remaining callable concepts

Christopher Di Bella via All-commits all-commits at lists.llvm.org
Wed Apr 7 09:15:57 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c7ad02009934ecaea4e2f152ff784ee0d36029a0
      https://github.com/llvm/llvm-project/commit/c7ad02009934ecaea4e2f152ff784ee0d36029a0
  Author: Christopher Di Bella <cjdb at google.com>
  Date:   2021-04-07 (Wed, 07 Apr 2021)

  Changed paths:
    A libcxx/test/std/concepts/concepts.callable/concept.equiv/equivalence_relation.pass.cpp
    A libcxx/test/std/concepts/concepts.callable/concept.equiv/equivalence_relation.subsumption.pass.cpp
    A libcxx/test/std/concepts/concepts.callable/concept.predicate/predicate.pass.cpp
    A libcxx/test/std/concepts/concepts.callable/concept.predicate/predicate.subsumption.pass.cpp
    A libcxx/test/std/concepts/concepts.callable/concept.relation/relation.pass.cpp
    A libcxx/test/std/concepts/concepts.callable/concept.relation/relation.subsumption.pass.cpp
    A libcxx/test/std/concepts/concepts.callable/concept.strictweakorder/strict_weak_order.pass.cpp
    A libcxx/test/std/concepts/concepts.callable/concept.strictweakorder/strict_weak_order.subsumption.pass.cpp

  Log Message:
  -----------
  [libcxx] adds remaining callable concepts

* `std::predicate`
* `std::relation`
* `std::equivalence_relation`
* `std::strict_weak_order`

Implements parts of:
    - P0898R3 Standard Library Concepts
    - P1754 Rename concepts to standard_case for C++20, while we still can

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


  Commit: 920c0f7e09e2a55a800a181fb9bfe296a8733c89
      https://github.com/llvm/llvm-project/commit/920c0f7e09e2a55a800a181fb9bfe296a8733c89
  Author: Christopher Di Bella <cjdb at google.com>
  Date:   2021-04-07 (Wed, 07 Apr 2021)

  Changed paths:
    M libcxx/docs/Cxx2aStatusIssuesStatus.csv
    M libcxx/docs/Cxx2aStatusPaperStatus.csv
    M libcxx/docs/FeatureTestMacroTable.rst
    M libcxx/include/concepts
    M libcxx/include/version
    M libcxx/test/std/language.support/support.limits/support.limits.general/concepts.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
    M libcxx/utils/generate_feature_test_macro_components.py

  Log Message:
  -----------
  [libcxx] adds __cpp_lib_concepts feature-test macro

Also adjusts C++20 status paper to indicate full concepts support.

Depends on D96477, D99817.

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


Compare: https://github.com/llvm/llvm-project/compare/982e3c05108b...920c0f7e09e2


More information about the All-commits mailing list