[all-commits] [llvm/llvm-project] d3d498: Reland [libc][NFC] Use STL case for array
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Mon Aug 1 01:48:50 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d3d498fbf639a63a3eaead1409833c1b281fb46c
https://github.com/llvm/llvm-project/commit/d3d498fbf639a63a3eaead1409833c1b281fb46c
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/coshf_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/math/sinhf_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:
-----------
Reland [libc][NFC] Use STL case for array
This is a reland of https://reviews.llvm.org/D130773
More information about the All-commits
mailing list