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

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


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e7b250b8a6e2bd7e2cb85e0a90d77b1a3326814b
      https://github.com/llvm/llvm-project/commit/e7b250b8a6e2bd7e2cb85e0a90d77b1a3326814b
  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/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:
  -----------
  [NFC][libc] Use span instead of ArrayRef




More information about the All-commits mailing list