Package Release Info

clazy-1.11-bp154.1.14

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

clazy

Change Logs

* Wed Jan 26 2022 Wolfgang Bauer <wbauer@tmo.at>
- 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)
* Fri Jul 23 2021 Christophe Giboudeaux <christophe@krop.fr>
- 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.
* Wed Apr 21 2021 Christophe Giboudeaux <christophe@krop.fr>
- Make sure C++17 support is available for Leap builds.
* Mon Apr 19 2021 Christophe Giboudeaux <christophe@krop.fr>
- Add upstream change:
  * 0001-Fix-build-with-Clang-12.patch