[NFC][libc] Use span instead of ArrayRef
authorGuillaume Chatelet <gchatelet@google.com>
Mon, 22 Aug 2022 08:09:23 +0000 (08:09 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Mon, 22 Aug 2022 08:09:57 +0000 (08:09 +0000)
commite7b250b8a6e2bd7e2cb85e0a90d77b1a3326814b
tree125f02afcc4feb9e4b1cd1a83dbf5297a5c918bb
parentf3acb54c1b7b7721cea5c07f64194151dddd3c4b
[NFC][libc] Use span instead of ArrayRef
13 files changed:
libc/src/__support/CMakeLists.txt
libc/src/__support/CPP/CMakeLists.txt
libc/src/__support/CPP/stringstream.h
libc/src/__support/File/CMakeLists.txt
libc/src/__support/File/dir.cpp
libc/src/__support/File/dir.h
libc/src/__support/File/linux_dir.cpp
libc/src/__support/integer_to_string.h
libc/src/stdio/printf_core/CMakeLists.txt
libc/src/stdio/printf_core/int_converter.h
libc/test/src/__support/CPP/CMakeLists.txt
libc/test/src/__support/CPP/stringstream_test.cpp
libc/test/src/string/stpncpy_test.cpp