| #
aa580c2e |
| 22-Jan-2025 |
qt-tatiana <tatiana.borisova@qt.io> |
[clang-tidy] Add `EnableQtSupport` option to modernize-use-integer-sign-comprison (#122127)
- add an option `EnableQtSupport`, that makes C++17 `q20::cmp_*` alternative available for Qt-based applic
[clang-tidy] Add `EnableQtSupport` option to modernize-use-integer-sign-comprison (#122127)
- add an option `EnableQtSupport`, that makes C++17 `q20::cmp_*` alternative available for Qt-based applications.
show more ...
|
| #
8b63bfbf |
| 11-Dec-2024 |
qt-tatiana <tatiana.borisova@qt.io> |
[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+
[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.
show more ...
|