[all-commits] [llvm/llvm-project] 389e74: [libc++] [test] Fix some GCC 11 errors/warnings in...

Quuxplusone via All-commits all-commits at lists.llvm.org
Tue Jun 15 05:38:47 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 389e749c42307ae589f84c79cceb175e6c9b510b
      https://github.com/llvm/llvm-project/commit/389e749c42307ae589f84c79cceb175e6c9b510b
  Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
  Date:   2021-06-15 (Tue, 15 Jun 2021)

  Changed paths:
    M libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.random.access/contiguous_iterator.compile.pass.cpp
    M libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.random.access/random_access_iterator.compile.pass.cpp
    M libcxx/test/std/ranges/range.access/range.access.begin/begin.pass.cpp
    R libcxx/test/std/ranges/range.access/range.access.end/end.cpp
    A libcxx/test/std/ranges/range.access/range.access.end/end.pass.cpp
    M libcxx/test/std/ranges/range.adaptors/range.all.pass.cpp
    M libcxx/test/std/ranges/range.utility/range.subrange/subrange_test_types.h
    M libcxx/test/std/ranges/range.utility/view.interface/view.interface.pass.cpp
    M libcxx/test/std/strings/string.view/string.view.ops/copy.pass.cpp
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/deduct.pass.cpp

  Log Message:
  -----------
  [libc++] [test] Fix some GCC 11 errors/warnings in these tests. NFCI.

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




More information about the All-commits mailing list