diff options
author | Congcong Cai <congcongcai0907@163.com> | 2024-10-28 11:36:37 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-28 11:36:37 +0800 |
commit | a1d31caa8c53082d12f580122dcf2b2ff8285e78 (patch) | |
tree | 2db92775fb8ee5839c7d614f1bf0b05033032841 /llvm/lib/CodeGen/MachineOperand.cpp | |
parent | 5aa1275d03b679f45f47f29f206292f663afed83 (diff) | |
download | llvm-a1d31caa8c53082d12f580122dcf2b2ff8285e78.zip llvm-a1d31caa8c53082d12f580122dcf2b2ff8285e78.tar.gz llvm-a1d31caa8c53082d12f580122dcf2b2ff8285e78.tar.bz2 |
[clang-tidy] fix false positive for implicit conversion of comparison result in C23 (#113639)
Fixed #111013
bool will be builtin type in C23 but comparison result in C is still
int.
It is no need to change this kind of implicit cast to explicit cast.
Diffstat (limited to 'llvm/lib/CodeGen/MachineOperand.cpp')
0 files changed, 0 insertions, 0 deletions