[all-commits] [llvm/llvm-project] 5541e6: [libc] Add a span facility

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Mon Aug 22 00:27:33 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5541e6bc0596df4cab6009d6577c2003dc7b11a5
      https://github.com/llvm/llvm-project/commit/5541e6bc0596df4cab6009d6577c2003dc7b11a5
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2022-08-22 (Mon, 22 Aug 2022)

  Changed paths:
    M libc/src/__support/CPP/CMakeLists.txt
    A libc/src/__support/CPP/span.h
    M libc/test/src/__support/CPP/CMakeLists.txt
    A libc/test/src/__support/CPP/span_test.cpp

  Log Message:
  -----------
  [libc] Add a span facility

This is intended to replace ArrayRef.

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




More information about the All-commits mailing list