[all-commits] [llvm/llvm-project] 22bc0f: [NFC][libc] Switch mem* tests from ArrayRef to span

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


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

  Changed paths:
    M libc/test/src/string/bzero_test.cpp
    M libc/test/src/string/memccpy_test.cpp
    M libc/test/src/string/memcpy_test.cpp
    M libc/test/src/string/memmove_test.cpp
    M libc/test/src/string/memory_utils/backend_test.cpp
    M libc/test/src/string/memory_utils/elements_test.cpp
    M libc/test/src/string/memory_utils/memory_access_test.cpp
    M libc/test/src/string/memset_test.cpp
    M libc/test/src/string/strncpy_test.cpp
    M libc/utils/UnitTest/CMakeLists.txt
    M libc/utils/UnitTest/MemoryMatcher.cpp
    M libc/utils/UnitTest/MemoryMatcher.h

  Log Message:
  -----------
  [NFC][libc] Switch mem* tests from ArrayRef to span




More information about the All-commits mailing list