[all-commits] [llvm/llvm-project] a1c42c: [reland][NFC][libc] Use span instead of ArrayRef

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Mon Aug 22 01:23:23 PDT 2022


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

  Changed paths:
    M libc/src/__support/CMakeLists.txt
    M libc/src/__support/CPP/CMakeLists.txt
    M libc/src/__support/CPP/stringstream.h
    M libc/src/__support/File/CMakeLists.txt
    M libc/src/__support/File/dir.cpp
    M libc/src/__support/File/dir.h
    M libc/src/__support/File/linux_dir.cpp
    M libc/src/__support/integer_to_string.h
    M libc/src/pthread/CMakeLists.txt
    M libc/src/pthread/pthread_getname_np.cpp
    M libc/src/stdio/printf_core/CMakeLists.txt
    M libc/src/stdio/printf_core/int_converter.h
    M libc/test/src/__support/CPP/CMakeLists.txt
    M libc/test/src/__support/CPP/stringstream_test.cpp
    M libc/test/src/string/stpncpy_test.cpp

  Log Message:
  -----------
  [reland][NFC][libc] Use span instead of ArrayRef




More information about the All-commits mailing list