[all-commits] [llvm/llvm-project] 88b73a: [libc++] Remove random [[nodiscard]] in the test s...

Louis Dionne via All-commits all-commits at lists.llvm.org
Mon Jul 12 09:45:37 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 88b73a980ff28fc7123df1e857b5c4dda4a62a5a
      https://github.com/llvm/llvm-project/commit/88b73a980ff28fc7123df1e857b5c4dda4a62a5a
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2021-07-12 (Mon, 12 Jul 2021)

  Changed paths:
    M libcxx/test/std/concepts/concepts.callable/concept.equiv/equivalence_relation.subsumption.compile.pass.cpp
    M libcxx/test/std/concepts/concepts.callable/concept.equiv/equivalence_relation.subsumption.pass.cpp
    M libcxx/test/std/concepts/concepts.callable/concept.invocable/invocable.compile.pass.cpp
    M libcxx/test/std/concepts/concepts.callable/concept.predicate/predicate.compile.pass.cpp
    M libcxx/test/std/concepts/concepts.callable/concept.predicate/predicate.pass.cpp
    M libcxx/test/std/concepts/concepts.callable/concept.predicate/predicate.subsumption.compile.pass.cpp
    M libcxx/test/std/concepts/concepts.callable/concept.predicate/predicate.subsumption.pass.cpp
    M libcxx/test/std/concepts/concepts.callable/concept.regularinvocable/regular_invocable.compile.pass.cpp
    M libcxx/test/std/concepts/concepts.callable/concept.relation/relation.subsumption.compile.pass.cpp
    M libcxx/test/std/concepts/concepts.callable/concept.relation/relation.subsumption.pass.cpp
    M libcxx/test/std/concepts/concepts.callable/concept.strictweakorder/strict_weak_order.subsumption.compile.pass.cpp
    M libcxx/test/std/concepts/concepts.callable/concept.strictweakorder/strict_weak_order.subsumption.pass.cpp
    M libcxx/test/std/concepts/concepts.lang/concept.swappable/swappable_with.compile.pass.cpp
    M libcxx/test/std/concepts/concepts.lang/concepts.arithmetic/arithmetic.h
    M libcxx/test/std/concepts/concepts.object/regular.compile.pass.cpp
    M libcxx/test/std/iterators/iterator.requirements/iterator.assoc.types/readable.traits/iter_value_t.pass.cpp
    M libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.forward/subsumption.compile.pass.cpp
    M libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.inc/subsumption.compile.pass.cpp
    M libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.input/subsumption.compile.pass.cpp
    M libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.iterator/subsumption.compile.pass.cpp
    M libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.readable/indirectly_readable.compile.pass.cpp
    M libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.sentinel/sentinel_for.subsumption.compile.pass.cpp
    M libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.writable/indirectly_writable.compile.pass.cpp
    M libcxx/test/std/iterators/iterator.requirements/iterator.cust/iterator.cust.move/iter_move.pass.cpp
    M libcxx/test/std/iterators/iterator.requirements/iterator.cust/unqualified_lookup_wrapper.h
    M libcxx/test/std/ranges/range.req/range.refinements/subsumption.compile.pass.cpp
    M libcxx/test/support/compare_types.h
    M libcxx/test/support/test_iterators.h

  Log Message:
  -----------
  [libc++] Remove random [[nodiscard]] in the test suite




More information about the All-commits mailing list