[all-commits] [llvm/llvm-project] 599062: [libcxx] Add span includes to some mdspan tests (#...

Aiden Grossman via All-commits all-commits at lists.llvm.org
Thu Jun 5 10:23:06 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 59906243836b871a42407c6a6279d35978abe2e2
      https://github.com/llvm/llvm-project/commit/59906243836b871a42407c6a6279d35978abe2e2
  Author: Aiden Grossman <aidengrossman at google.com>
  Date:   2025-06-05 (Thu, 05 Jun 2025)

  Changed paths:
    M libcxx/test/libcxx/containers/views/mdspan/extents/assert.ctor_from_span.pass.cpp
    M libcxx/test/libcxx/containers/views/mdspan/layout_stride/assert.ctor.extents_array.pass.cpp
    M libcxx/test/libcxx/containers/views/mdspan/layout_stride/assert.ctor.extents_span.pass.cpp

  Log Message:
  -----------
  [libcxx] Add span includes to some mdspan tests (#142693)

This patch adds missing <span> includes for std::mdspan tests that use
std::span. There are other cases where we need dynamic_extent that are
handled in #142925.

This was found by running the test suite in the bootstrapping build
with Clang modules enabled.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list