llvm-project
8b63bfbf
- [clang-tidy] Create a check for signed and unsigned integers comparison (#113144)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#113144 - [clang-tidy] Create a check for signed and unsigned integers comparison
Author
qt-tatiana
Parents
624cc704
Loading