[all-commits] [llvm/llvm-project] 5f17fc: [NFC][tsan] Use sizeof instead of ARRAY_SIZE
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Sun Sep 24 19:49:45 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5f17fcf3010a8393658d38b41a73c9ef8e06bf6d
https://github.com/llvm/llvm-project/commit/5f17fcf3010a8393658d38b41a73c9ef8e06bf6d
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2023-09-24 (Sun, 24 Sep 2023)
Changed paths:
M compiler-rt/lib/tsan/rtl/tsan_platform_linux.cpp
Log Message:
-----------
[NFC][tsan] Use sizeof instead of ARRAY_SIZE
It's the same for char, but it's more appropriate here.
More information about the All-commits
mailing list