Reland [libc][NFC] Use STL case for array
authorGuillaume Chatelet <gchatelet@google.com>
Mon, 1 Aug 2022 08:46:01 +0000 (08:46 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Mon, 1 Aug 2022 08:47:27 +0000 (08:47 +0000)
commitd3d498fbf639a63a3eaead1409833c1b281fb46c
tree17288c357a25bf944668999b1f530d007c92e989
parentde00bd573e94e759300531723a8cf28ac7d26e2f
Reland [libc][NFC] Use STL case for array

This is a reland of https://reviews.llvm.org/D130773
22 files changed:
libc/src/__support/CPP/ArrayRef.h
libc/src/__support/CPP/CMakeLists.txt
libc/src/__support/CPP/UInt.h
libc/src/__support/CPP/array.h [moved from libc/src/__support/CPP/Array.h with 93% similarity]
libc/test/src/__support/CPP/arrayref_test.cpp
libc/test/src/math/cosf_test.cpp
libc/test/src/math/coshf_test.cpp
libc/test/src/math/sdcomp26094.h
libc/test/src/math/sincosf_test.cpp
libc/test/src/math/sinf_test.cpp
libc/test/src/math/sinhf_test.cpp
libc/test/src/stdlib/atexit_test.cpp
libc/test/src/string/bzero_test.cpp
libc/test/src/string/memcpy_test.cpp
libc/test/src/string/memmove_test.cpp
libc/test/src/string/memory_utils/algorithm_test.cpp
libc/test/src/string/memory_utils/backend_test.cpp
libc/test/src/string/memory_utils/elements_test.cpp
libc/test/src/string/memory_utils/memory_access_test.cpp
libc/test/src/string/memory_utils/utils_test.cpp
libc/test/src/string/memset_test.cpp
utils/bazel/llvm-project-overlay/libc/BUILD.bazel