aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* qproperty-type-mismatch: Fix more false-positives with typedefsSergio Martins2019-10-012-12/+17
* qproperty-type-mismatch: Fix more false-positives with typedefsSergio Martins2019-10-013-13/+16
* Allow to visit typedefs even in system headersSergio Martins2019-10-013-1/+18
* qproperty-type-mismatch: Fix more false-positives due to typedefsSergio Martins2019-10-014-20/+21
* qproperty-time-mismatch: Fix false-positives about QPrivateSignalSergio Martins2019-10-011-2/+5
* qproperty-type-mismatch: Support '*' being next to property nameSergio Martins2019-09-303-13/+29
* qproperty-type-mismatch: comment-out warnings about "too many arguments"Sergio Martins2019-09-301-2/+5
* qproperty-type-mismatch: Don't warn if notify signal has too many paramsSergio Martins2019-09-291-1/+0
* qproperty-type-mismatch: Be more robust against typedefsSergio Martins2019-09-293-12/+26
* qproperty-type-mismatch: refactorSergio Martins2019-09-292-22/+41
* qproperty-type-mismatch: Fix false positiveSergio Martins2019-09-294-19/+28
* qproperty-type-mismatch: Dont' warn about signal having 0 argsSergio Martins2019-09-293-6/+3
* qproperty-type-mismatch: fix a bunch of false positivesSergio Martins2019-09-293-19/+44
* Increase the minimum CMake version.Christophe Giboudeaux2019-09-291-1/+1
* README: Add Nikolai to list of contributorsSergio Martins2019-09-271-0/+1
* Mention 1.6 is the stable branchSergio Martins2019-09-271-2/+2
* Fix tests with Qt 5.14 by ignoring -Wdeprecated-declarationsSergio Martins2019-09-221-0/+3
* Move containerNeverDetaches() into range-loop.cppSergio Martins2019-09-223-45/+45
* range-loop: Fix some true-negatives that didn't suggest qAsConst()Sergio Martins2019-09-223-2/+16
* More encoding fixesSergio Martins2019-09-211-2/+2
* Also fix encoding when reading the fileSergio Martins2019-09-211-1/+1
* tests: Fix encoding exception when writing to fileSergio Martins2019-09-211-2/+2
* qt-macros: Fix unit-test with Qt < 5.12.4Sergio Martins2019-09-211-0/+1
* Fix build with cmake < 3.12Sergio Martins2019-09-211-1/+4
* Remove unused private memberSergio Martins2019-09-212-2/+0
* Make sure get_command_output() never returns bytesSergio Martins2019-09-211-2/+5
* Fix two typosDavid Faure2019-09-212-2/+2
* Require the new policy CMP0074Nikolai Kosjar2019-09-201-0/+2
* Fix linking against llvm/clang 9.0Nikolai Kosjar2019-09-201-2/+8
* tests: Explicitly use python3 instead of pythonSergio Martins2019-09-151-1/+1
* tests: Port to python3Sergio Martins2019-09-151-40/+42
* Add '-list-checks' command line optionNikolai Kosjar2019-09-134-5/+27
* Remove unused parameterNikolai Kosjar2019-09-132-3/+3
* Add '-supported-checks-json' command line optionNikolai Kosjar2019-09-133-1/+44
* README: Fix old checker nameNikolai Kosjar2019-09-131-1/+1
* qproperty-type-mismatch: Move to manual levelSergio Martins2019-09-037-6/+7
* generate.py: Also remove level3 from the readmesSergio Martins2019-09-031-1/+1
* Add a commit to FixitExporterSergio Martins2019-09-031-0/+1
* Introduce qproperty-type-mismatchJean-Michaël Celerier2019-09-0312-0/+458
* generate.py: remove level3, it's no longer a thingSergio Martins2019-09-031-1/+1
* Fix exporting built-in warnings to yamlSergio Martins2019-09-011-5/+16
* unneeded-cast: Fix unit-testSergio Martins2019-09-011-1/+1
* signal-with-return-value: Fix unit-testsSergio Martins2019-09-011-0/+1
* qt-macros: Fix unit-tests with Qt 5.12.4Sergio Martins2019-09-014-8/+9
* use clazy icon now in breeze-iconsJonathan Riddell2019-08-091-0/+1
* fix install and appstreamcli validateJonathan Riddell2019-08-082-2/+2
* add appstream file for use on kde.org/applications and app storesJonathan Riddell2019-08-082-0/+27
* Fix -export-fixes on clazy-standalone with multiple filesSergio Martins2019-08-047-19/+54
* Rename variable for readabilitySergio Martins2019-08-041-4/+5
* Add a mini AST dumperSérgio Martins2019-06-043-1/+146