diff options
author | qt-tatiana <tatiana.borisova@qt.io> | 2024-12-11 17:38:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-12 00:38:05 +0800 |
commit | 8b63bfbf6dd2ad0efd221407755300942a7ca35f (patch) | |
tree | 68828f4b9a1072ce22c924052561235cbbd06b0c /llvm/lib/CodeGen/MachineInstr.cpp | |
parent | 624cc7048f604ed1087f63fdbe4cbf40f1d35b69 (diff) | |
download | llvm-8b63bfbf6dd2ad0efd221407755300942a7ca35f.zip llvm-8b63bfbf6dd2ad0efd221407755300942a7ca35f.tar.gz llvm-8b63bfbf6dd2ad0efd221407755300942a7ca35f.tar.bz2 |
[clang-tidy] Create a check for signed and unsigned integers comparison (#113144)
- modernize-use-integer-sign-comparison replaces comparisons between
signed and unsigned integers with their safe C++20 ``std::cmp_*``
alternative, if available.
Diffstat (limited to 'llvm/lib/CodeGen/MachineInstr.cpp')
0 files changed, 0 insertions, 0 deletions