[all-commits] [llvm/llvm-project] 3d515c: [libc][NFC][Obvious] Compare against size_t values...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Tue Jun 8 17:19:15 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3d515cb185d86d8f89fe60a4e5ef2a6278baa368
https://github.com/llvm/llvm-project/commit/3d515cb185d86d8f89fe60a4e5ef2a6278baa368
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2021-06-09 (Wed, 09 Jun 2021)
Changed paths:
M libc/test/utils/CPP/arrayref_test.cpp
Log Message:
-----------
[libc][NFC][Obvious] Compare against size_t values in ArrayRef tests.
Different platforms treat size_t differently so we should compare sizes
of ArrayRef objects with size_t values (instead of the current unsigned
long values.)
More information about the All-commits
mailing list