[all-commits] [llvm/llvm-project] 4f547e: [libc++][test] Add const and reference tests for e...

Joseph Loser via All-commits all-commits at lists.llvm.org
Fri Jan 21 16:47:56 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4f547ee8b8a7d3e298c6cd95e58dd8916883e2d5
      https://github.com/llvm/llvm-project/commit/4f547ee8b8a7d3e298c6cd95e58dd8916883e2d5
  Author: Joe Loser <joeloser93 at gmail.com>
  Date:   2022-01-21 (Fri, 21 Jan 2022)

  Changed paths:
    M libcxx/test/std/ranges/range.req/range.view/enable_view.compile.pass.cpp

  Log Message:
  -----------
  [libc++][test] Add const and reference tests for enable_view. NFC.

As discussed in https://reviews.llvm.org/D117714, there is missing test coverage
for the behavior of `enable_view` when given a const or reference qualified
type. Add such tests showing the current behavior.

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




More information about the All-commits mailing list