AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Update to 1.11 * New Checks: - use-arrow-operator-instead-of-data - use-static-qregularexpression - unexpected-flag-enumerator-value - Removed inefficient-qlist check (Fixed in Qt6)
- Update to 1.10 * Requires C++17 * Fixed a -Wclazy-lambda-in-connect false-positive * Fixed crash in copyable-polymorphic when PCH was enabled - Drop 0001-Fix-build-with-Clang-12.patch. Fixed upstream.
- Make sure C++17 support is available for Leap builds.
- Add upstream change: * 0001-Fix-build-with-Clang-12.patch