aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SVN_SILENT made messages (.desktop file) - always resolve oursupstream/masterl10n daemon script4 days1-0/+1
* Fix false positives when using a typedef in combination with a genericAlexander Lohnau2024-03-113-2/+10
* Add fitit for qstring-arg checkAlexander Lohnau2024-03-055-9/+75
* [cmake] Increase mimimum required CMake version to 3.8Christoph GrĂ¼ninger2024-02-281-1/+1
* Fix typoChristophe Marin2024-02-251-2/+2
* Fix build with older CMake versionsChristophe Marin2024-02-251-2/+2
* connect-non-signal: Fix not finding method from PMF connect when signal is de...Alexander Lohnau2024-02-164-0/+44
* Remove Qt4 compatibility mode and last remaining checkAlexander Lohnau2024-02-1130-590/+19
* qstring-incasesensitive-allocation: Make initializer list usage slightly more...Alexander Lohnau2024-02-111-2/+2
* qstring-incasesensitive-allocation: Remove unneeded FWD in C++ fileAlexander Lohnau2024-02-111-6/+0
* Clean up some further unneeded includesAlexander Lohnau2024-02-1136-37/+0
* qstring-ref: Simplify initializer usageAlexander Lohnau2024-02-111-21/+6
* Do not include SourceCompatibilityHelpers in checkbase.h fileAlexander Lohnau2024-02-113-9/+12
* qrequiredresults-candidated: Move helper method to single fileAlexander Lohnau2024-02-112-19/+18
* Remove clazy::DiagnosticFix compat helperAlexander Lohnau2024-02-112-11/+1
* Remove some no longer needed version checksAlexander Lohnau2024-02-118-36/+3
* Remove clazy::getLocStart and clazy::getLocEnd helpersAlexander Lohnau2024-02-1183-269/+204
* Remove clazy::isFinal compat helperAlexander Lohnau2024-02-112-10/+1
* Remove compat ifdef in clazy::hasUnusedResultAttrAlexander Lohnau2024-02-111-4/+0
* Remove clazy::getImmediateExpansionRange compat codeAlexander Lohnau2024-02-112-12/+2
* Make std::regex and std::filesyste support mandatoryAlexander Lohnau2024-02-116-37/+7
* Bump clang/llvm requirements to 11.0Alexander Lohnau2024-02-111-1/+1
* qgetenv: Add note in case qEnvironmentVariableIntValue fixit allows for base ...Alexander Lohnau2024-02-114-9/+25
* qgetenv: Do not include base parameter when it is a nullptrAlexander Lohnau2024-02-111-5/+7
* qgetenv: Limit scope to variables to if-statement if possibleAlexander Lohnau2024-02-101-6/+2
* qgetenv: Fix wrong fixit being provided for qEnvironmentVariableIntValue, ign...Alexander Lohnau2024-02-104-12/+27
* Avoid unneeded std::string -> char* conversion and backAlexander Lohnau2024-02-109-11/+11
* adapt usage of CXXMethodDecl::isPure for LLVM>=18Vladislav Nepogodin2024-02-082-0/+8
* Add SPDX info for fully-qualified-moc-types testsAlexander Lohnau2024-02-051-0/+4
* fully-qualified-moc-types: Fix fixit for pointer/reference type return valuesAlexander Lohnau2024-02-044-1/+13
* fully-qualified-moc-types: Remove fixit snippet from message, add fixit testAlexander Lohnau2024-02-047-18/+125
* fully-qualified-moc-types: Provide fixit for slot/invokable return types and ...Alexander Lohnau2024-02-042-9/+11
* fully-qualified-moc-types: Provide fixit for slot arguments and improve sourc...Alexander Lohnau2024-02-045-158/+199
* fully-qualified-moc-types: Deduplicate logic for creating template stringAlexander Lohnau2024-02-041-28/+22
* fully-qualified-moc-types: Fix templates not being resolved recursivelyAlexander Lohnau2024-02-041-1/+18
* fully-qualified-moc-types: Show issues of current implementation in testcaseAlexander Lohnau2024-02-042-2/+5
* Add fixit for QFileInfo::existsAlexander Lohnau2024-02-036-5/+35
* Fix false positive in qdatetime-utcDavid Faure2024-02-023-1/+3
* Fix unused variable warning in range-loop-detachDavid Faure2024-02-021-1/+1
* Remove warning and promise of a rewrite, that ship has sailedDavid Faure2024-01-311-5/+0
* qstring-allocations: turn s == "" into s.isEmpty()David Faure2024-01-315-4/+60
* empty-qstringliteral: Be more precise about non-null string creation, mention...Alexander Lohnau2024-01-292-5/+5
* empty-qstringliteral: Make check work with Qt6 and ignore files from QML pluginsAlexander Lohnau2024-01-295-30/+47
* Increase autotest timeout for KDE CIAlexander Lohnau2024-01-271-0/+1
* wrong-qglobalstatic: Make check work properly with Qt6Alexander Lohnau2024-01-262-12/+32
* Make clazy tests run with Qt5 and Qt6, run as part of ctestAlexander Lohnau2024-01-254-10/+3
* run_tests.py: Do not add qmake header paths twiceAlexander Lohnau2024-01-251-3/+2
* no-module-include: Fix test compilation with Qt6, ignore internal include of ...Alexander Lohnau2024-01-252-7/+6
* Remove compat code for specifying only one major version for testAlexander Lohnau2024-01-255-25/+21
* reserve-candidate: Fix operator call expressions being counted as compex expr...Alexander Lohnau2024-01-252-2/+10