Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: clazy | Distribution: openSUSE Leap 15.2 |
Version: 1.6 | Vendor: openSUSE |
Release: lp152.4.1 | Build date: Wed May 6 21:01:39 2020 |
Group: Development/Tools/Other | Build host: obs-arm-6 |
Size: 1417680 | Source RPM: clazy-1.6-lp152.4.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://www.kdab.com/clazy-video/ | |
Summary: Qt oriented code checker based on the Clang framework |
clazy is a compiler plugin which allows Clang to understand Qt semantics. You get more than 50 Qt related compiler warnings, ranging from unneeded memory allocations to misusage of API, including fix-its for automatic refactoring.
LGPL-2.0-or-later
* Mon May 04 2020 Christophe Giboudeaux <christophe@krop.fr> - Add upstream patch: * 0001-qstring-allocations-Fix-unit-tests-with-llvm-10.patch * Mon Mar 30 2020 Christophe Giboudeaux <christophe@krop.fr> - Add upstream patch: * 0001-Fix-build-issues-using-llvm-10.0.0.patch * Wed Nov 20 2019 Simon Lees <sflees@suse.de> - %make_jobs is depricated replaced by %cmake_build - Use %autosetup to simplify maintenance * Tue Oct 15 2019 Christophe Giboudeaux <christophe@krop.fr> - Update to 1.6: * New Checks: - heap-allocated-small-trivial-type - signal-with-return-value - qproperty-type-mismatch, contributed by Jean-Michaƫl Celerier * Removed level3. Moved all level3 checks to manual level. * Fixed regressions with LLVM 9.0 * Minimum LLVM was bumped to 5.0 * Fixit infrastructure was overhauled * Clazy no longer rewrites files directly, to avoid races when parallel invocations change the same header. * Clazy now exports a yaml file with the replacements, to be applied with clang-apply-replacements. * The way to enable code rewrite is now: -Xclang -plugin-arg-clazy - Xclang export-fixes for clang or -export-fixes=somefile.yaml for clazy-standalone * All other fixit arguments and fixit env variables were removed - Update cmake-clang-cpp.patch to make clazy build with both clang 8 and 9. * Sat Sep 28 2019 Aaron Puchert <aaronpuchert@alice-dsl.net> - Add cmake-clang-cpp.patch: fix build with LLVM 9. - Replace outdated llvm-clang-devel dependency by clang-devel. * Tue Jul 16 2019 Christophe Giboudeaux <christophe@krop.fr> - Disable lto. - Remove workarounds for older openSUSE versions. * Fri Feb 01 2019 Wolfgang Bauer <wbauer@tmo.at> - Update to 1.5 * New Checks: ifndef-define-typo lowercase-qml-type-name qrequiredresult-candidates * New Fixits: range-loop now supports adding missing refs or const-ref range-loop now supports adding qAsConst() function-args-by-ref now adding missing refs or const-ref (experimental) Introduced CLAZY_FIXIT_SUFFIX env variable * Removed support for the obscure -DCLAZY_BUILD_UTILS_LIB to simplify the CMakeLists.txt * Renamed the clazy plugin from ClangLazy.so to ClazyPlugin.so * fully-qualified-moc-types now warns for slot/invokable return values too. They need to be fully qualified for QML. * Fixed a crash (clang assert) in raw-environment-function - BuildRequire ncurses-devel instead of pkgconfig(ncurses) on Leap 42.3 to fix build * Tue Sep 25 2018 Wolfgang Bauer <wbauer@tmo.at> - Update to 1.4 * New Checks: connect-by-name skipped-base-class qstring-varargs fully-qualified-moc-types qt-keywords, with fixit included qhash-with-char-pointer-key wrong-qevent-cast static-pmf raw-environment-function empty-qstringliteral * auto-unexpected-qstringbuilder now also warns for lambdas returning QStringBuilder * performance optimizations * Added -header-filter=<regex> option to clazy-standalone. Only headers matching the regexp will have warnings, besides the .cpp file from the translation unit, which is never filtered out. * Added -ignore-dirs=<regex> option to clazy-standalone, and its CLAZY_IGNORE_DIRS env variable equivalent. * Added CLAZY_HEADER_FILTER env variable which adds above functionality to both clazy and clazy-standalone * unused-non-trivial-variable got unused-non-trivial-variable-no-whitelist option * unused-non-trivial-variable got user-blacklist and user-whitelist support * container-inside-loop is now a manual check instead of level2 * HiddenLevel was renamed to ManualLevel * connect-3arg-lambda now warns when passing a lambda to QTimer::singleShot() or QMenu::addAction() without a context object * old-style-connect warns for QMenu::addAction() and QMessageBox::open() too now * Tue Sep 04 2018 Martin Pluskal <mpluskal@suse.com> - Small packaging adjustements * Wed Aug 29 2018 Christophe Giboudeaux <christophe@krop.fr> - Add Clazy 1.3, a code checker based on the Clang framework.
/usr/bin/clazy /usr/bin/clazy-standalone /usr/lib/ClazyPlugin.so /usr/share/doc/clazy /usr/share/doc/clazy/COPYING-LGPL2.txt /usr/share/doc/clazy/README.md /usr/share/doc/clazy/checks.json /usr/share/doc/clazy/level0 /usr/share/doc/clazy/level0/README-connect-by-name.md /usr/share/doc/clazy/level0/README-connect-non-signal.md /usr/share/doc/clazy/level0/README-connect-not-normalized.md /usr/share/doc/clazy/level0/README-container-anti-pattern.md /usr/share/doc/clazy/level0/README-empty-qstringliteral.md /usr/share/doc/clazy/level0/README-fully-qualified-moc-types.md /usr/share/doc/clazy/level0/README-lambda-in-connect.md /usr/share/doc/clazy/level0/README-lambda-unique-connection.md /usr/share/doc/clazy/level0/README-lowercase-qml-type-name.md /usr/share/doc/clazy/level0/README-mutable-container-key.md /usr/share/doc/clazy/level0/README-qcolor-from-literal.md /usr/share/doc/clazy/level0/README-qdatetime-utc.md /usr/share/doc/clazy/level0/README-qenums.md /usr/share/doc/clazy/level0/README-qfileinfo-exists.md /usr/share/doc/clazy/level0/README-qgetenv.md /usr/share/doc/clazy/level0/README-qmap-with-pointer-key.md /usr/share/doc/clazy/level0/README-qstring-arg.md /usr/share/doc/clazy/level0/README-qstring-insensitive-allocation.md /usr/share/doc/clazy/level0/README-qstring-ref.md /usr/share/doc/clazy/level0/README-qt-macros.md /usr/share/doc/clazy/level0/README-strict-iterators.md /usr/share/doc/clazy/level0/README-temporary-iterator.md /usr/share/doc/clazy/level0/README-unused-non-trivial-variable.md /usr/share/doc/clazy/level0/README-writing-to-temporary.md /usr/share/doc/clazy/level0/README-wrong-qevent-cast.md /usr/share/doc/clazy/level0/README-wrong-qglobalstatic.md /usr/share/doc/clazy/level1 /usr/share/doc/clazy/level1/README-auto-unexpected-qstringbuilder.md /usr/share/doc/clazy/level1/README-child-event-qobject-cast.md /usr/share/doc/clazy/level1/README-connect-3arg-lambda.md /usr/share/doc/clazy/level1/README-const-signal-or-slot.md /usr/share/doc/clazy/level1/README-detaching-temporary.md /usr/share/doc/clazy/level1/README-foreach.md /usr/share/doc/clazy/level1/README-incorrect-emit.md /usr/share/doc/clazy/level1/README-inefficient-qlist-soft.md /usr/share/doc/clazy/level1/README-install-event-filter.md /usr/share/doc/clazy/level1/README-non-pod-global-static.md /usr/share/doc/clazy/level1/README-overridden-signal.md /usr/share/doc/clazy/level1/README-post-event.md /usr/share/doc/clazy/level1/README-qdeleteall.md /usr/share/doc/clazy/level1/README-qhash-namespace.md /usr/share/doc/clazy/level1/README-qlatin1string-non-ascii.md /usr/share/doc/clazy/level1/README-qproperty-without-notify.md /usr/share/doc/clazy/level1/README-qstring-left.md /usr/share/doc/clazy/level1/README-range-loop.md /usr/share/doc/clazy/level1/README-returning-data-from-temporary.md /usr/share/doc/clazy/level1/README-rule-of-two-soft.md /usr/share/doc/clazy/level1/README-skipped-base-method.md /usr/share/doc/clazy/level1/README-virtual-signal.md /usr/share/doc/clazy/level2 /usr/share/doc/clazy/level2/README-base-class-event.md /usr/share/doc/clazy/level2/README-copyable-polymorphic.md /usr/share/doc/clazy/level2/README-ctor-missing-parent-argument.md /usr/share/doc/clazy/level2/README-function-args-by-ref.md /usr/share/doc/clazy/level2/README-function-args-by-value.md /usr/share/doc/clazy/level2/README-global-const-char-pointer.md /usr/share/doc/clazy/level2/README-implicit-casts.md /usr/share/doc/clazy/level2/README-missing-qobject-macro.md /usr/share/doc/clazy/level2/README-missing-typeinfo.md /usr/share/doc/clazy/level2/README-old-style-connect.md /usr/share/doc/clazy/level2/README-qstring-allocations.md /usr/share/doc/clazy/level2/README-returning-void-expression.md /usr/share/doc/clazy/level2/README-rule-of-three.md /usr/share/doc/clazy/level2/README-static-pmf.md /usr/share/doc/clazy/level2/README-virtual-call-ctor.md /usr/share/doc/clazy/manuallevel /usr/share/doc/clazy/manuallevel/README-assert-with-side-effects.md /usr/share/doc/clazy/manuallevel/README-container-inside-loop.md /usr/share/doc/clazy/manuallevel/README-detaching-member.md /usr/share/doc/clazy/manuallevel/README-heap-allocated-small-trivial-type.md /usr/share/doc/clazy/manuallevel/README-ifndef-define-typo.md /usr/share/doc/clazy/manuallevel/README-inefficient-qlist.md /usr/share/doc/clazy/manuallevel/README-isempty-vs-count.md /usr/share/doc/clazy/manuallevel/README-qhash-with-char-pointer-key.md /usr/share/doc/clazy/manuallevel/README-qproperty-type-mismatch.md /usr/share/doc/clazy/manuallevel/README-qrequiredresult-candidates.md /usr/share/doc/clazy/manuallevel/README-qstring-varargs.md /usr/share/doc/clazy/manuallevel/README-qt-keywords.md /usr/share/doc/clazy/manuallevel/README-qt4-qstring-from-array.md /usr/share/doc/clazy/manuallevel/README-qvariant-template-instantiation.md /usr/share/doc/clazy/manuallevel/README-raw-environment-function.md /usr/share/doc/clazy/manuallevel/README-reserve-candidates.md /usr/share/doc/clazy/manuallevel/README-signal-with-return-value.md /usr/share/doc/clazy/manuallevel/README-thread-with-slots.md /usr/share/doc/clazy/manuallevel/README-tr-non-literal.md /usr/share/doc/clazy/manuallevel/README-unneeded-cast.md /usr/share/doc/packages/clazy /usr/share/doc/packages/clazy/Changelog /usr/share/doc/packages/clazy/HOWTO /usr/share/doc/packages/clazy/README.md /usr/share/licenses/clazy /usr/share/licenses/clazy/COPYING-LGPL2.txt /usr/share/man/man1/clazy.1.gz /usr/share/metainfo/org.kde.clazy.metainfo.xml
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 12:19:47 2024