llvm-project
8b63bfbf - [clang-tidy] Create a check for signed and unsigned integers comparison (#113144)

Commit
1 year ago
[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.
Author
Parents
Loading