Files
clang-p2996/llvm/unittests/DebugInfo/DWARF/DWARFDebugArangeSetTest.cpp
Hubert Tong f4d8e86dbe [test][NFC] Do ptrdiff_t comparison with signed instead of unsigned constants
... because using unsigned constants for comparing against signed values
is liable to mutate the signed value via conversion to an unsigned type
due to the usual arithmetic conversions.
2020-10-18 12:38:41 -04:00

10 KiB