[clang] Use std::size (NFC)
authorKazu Hirata <kazu@google.com>
Sat, 26 Nov 2022 21:58:48 +0000 (13:58 -0800)
committerKazu Hirata <kazu@google.com>
Sat, 26 Nov 2022 21:58:48 +0000 (13:58 -0800)
commite2138ecc72a99cb04fc7d02e57fadcc2b7c85ad9
treeef305c3adaf032a516e48e0b36eafb91ab2d322c
parent589725f6e803d77adedc3fb5a1cbeaddb99f439a
[clang] Use std::size (NFC)

std::size, introduced in C++17, allows us to directly obtain the
number of elements of an array.
clang/unittests/Tooling/CompilationDatabaseTest.cpp
clang/unittests/libclang/LibclangTest.cpp
clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp