diff options
author | Hubert Tong <hubert.reinterpretcast@gmail.com> | 2020-10-17 22:22:43 -0400 |
---|---|---|
committer | Hubert Tong <hubert.reinterpretcast@gmail.com> | 2020-10-18 12:38:41 -0400 |
commit | f4d8e86dbed599145490069fb547a87dbaff4a3e (patch) | |
tree | 306342478de33b4511194ce89195e868b57094e3 /llvm/lib/Object/COFFObjectFile.cpp | |
parent | 6de8d7f1adc82504f2167131e40d3cceec6a6fac (diff) | |
download | llvm-f4d8e86dbed599145490069fb547a87dbaff4a3e.zip llvm-f4d8e86dbed599145490069fb547a87dbaff4a3e.tar.gz llvm-f4d8e86dbed599145490069fb547a87dbaff4a3e.tar.bz2 |
[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.
Diffstat (limited to 'llvm/lib/Object/COFFObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions