[all-commits] [llvm/llvm-project] 7add0e: [libc][NFC] Use STL case for array

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Mon Aug 1 01:43:38 PDT 2022


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

  Changed paths:
    R libc/src/__support/CPP/Array.h
    M libc/src/__support/CPP/ArrayRef.h
    M libc/src/__support/CPP/CMakeLists.txt
    M libc/src/__support/CPP/UInt.h
    A libc/src/__support/CPP/array.h
    M libc/test/src/__support/CPP/arrayref_test.cpp
    M libc/test/src/math/cosf_test.cpp
    M libc/test/src/math/sdcomp26094.h
    M libc/test/src/math/sincosf_test.cpp
    M libc/test/src/math/sinf_test.cpp
    M libc/test/src/stdlib/atexit_test.cpp
    M libc/test/src/string/bzero_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/algorithm_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/memory_utils/utils_test.cpp
    M libc/test/src/string/memset_test.cpp
    M utils/bazel/llvm-project-overlay/libc/BUILD.bazel

  Log Message:
  -----------
  [libc][NFC] Use STL case for array

Migrating all private STL code to the standard STL case but keeping it under the CPP namespace to avoid confusion.

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




More information about the All-commits mailing list