aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Check QRegularExpression.*match() usageWaqar Ahmed2021-08-123-23/+84
* | Fix crash if QRegularExpression() is usedWaqar Ahmed2021-08-102-1/+15
* | unexpected-flag-enumerator-value: cleanup and fix testsWaqar Ahmed2021-08-012-31/+26
* | unexpected-flag-enumerator: Add a false-positiveSergio Martins2021-07-311-0/+8
* | unexpected-flag-enumerator-value: Add a failing testSergio Martins2021-07-312-1/+12
* | Unexpected-flag-enumerator-value fixesWaqar Ahmed2021-07-282-5/+94
* | Fixes for use-static-qregular-expressionWaqar Ahmed2021-07-283-26/+113
* | unexpected-flag-enumerator-value: Don't warn when value is negativeSergio Martins2021-07-272-1/+10
* | unexpected-flag-enumerator-value: fix flag detectionSergio Martins2021-07-272-5/+17
* | unexpected-flag-enumerator-value: Don't warn for enums with 0Sergio Martins2021-07-272-5/+13
* | unexpected-flag-enumerator-value: Accept values named "mask"Sergio Martins2021-07-272-0/+12
* | unexpected-flag-enumerator-value: Don't warn for unnamed enumsSergio Martins2021-07-272-1/+9
* | Remove stray debugSergio Martins2021-07-271-1/+0
* | unexpected-flag-enumerator-value: Fix crashSergio Martins2021-07-271-1/+2
* | Minor styling: use auto when type is duplicatedSergio Martins2021-07-271-6/+4
* | New check: Unexpected flag enumerator valueWaqar Ahmed2021-07-2713-0/+257
* | README: Add Waqar Ahmed to the list of contributorsSergio Martins2021-07-251-0/+1
* | add check: Use Static QRegularExpressionWaqar Ahmed2021-07-2513-2/+264
* | rename check to use-arrow-operator-instead-of-dataWaqar Ahmed2021-07-2315-20/+19
* | Add a fix-it for use-arrow-operatorWaqar Ahmed2021-07-237-0/+44
* | Add use-arrow-operatorWaqar Ahmed2021-07-239-0/+171
* | SVN_SILENT made messages (.desktop file) - always resolve oursl10n daemon script2021-07-231-0/+1
* | master is now 1.11Sergio Martins2021-07-194-4/+9
|/
* Update README for the 1.10 releaseSergio Martins2021-07-192-5/+2
* tests: Also blacklist old-style-connect/usingnamespace on msvcSergio Martins2021-07-191-1/+1
* cmake: Don't pass iframework on windowsSergio Martins2021-07-191-1/+1
* cmake: Add a preset for building on MSVCSergio Martins2021-07-191-0/+18
* Fix tests on mac due to framework QtSergio Martins2021-07-191-2/+3
* tests: skip old-style-connect/usingnamespace.cpp on macOSSergio Martins2021-07-191-1/+2
* cmake: Remove unneeded test presetsSergio Martins2021-07-191-29/+0
* cmake: Add a debian unstable docker preset tooSergio Martins2021-07-192-6/+26
* tests: Fix tests on ubuntu 18.04 and 20.04Sergio Martins2021-07-182-0/+2
* tests: Fix missing-qobject-macro tests on opensuse-leapSergio Martins2021-07-182-6/+26
* tests: Use CLANG_BUILTIN_INCLUDE_DIR for the Fedora docker tooSergio Martins2021-07-181-4/+4
* tests: Improve running on the ubuntu dockersSergio Martins2021-07-183-6/+10
* tests: Add support for passing clang's built-in include dirSergio Martins2021-07-183-2/+14
* tests: Fix compatibility with Python 3.6Sergio Martins2021-07-181-1/+1
* cmake|tests: Move env vars into the DockerfileSergio Martins2021-07-184-18/+15
* tests: Fix fedora-34 Dockerfile to run our testsSergio Martins2021-07-182-2/+10
* cmake: Add test presets for ubuntuSergio Martins2021-07-181-0/+29
* cmake: Add a test per check, instead of having only 1 big testSergio Martins2021-07-183-9/+110
* tests: Allow multiple run_tests.py to run in parallelSergio Martins2021-07-181-12/+8
* tests: Allow our run_command() to receive a cwdSergio Martins2021-07-181-4/+4
* cmake: Bump min llvm to 8.0Sergio Martins2021-07-181-1/+1
* cmake: Fix typo when invoking clazy-standalone's testsSergio Martins2021-07-181-1/+1
* cmake: Add clazy-standalone tests with add_test tooSergio Martins2021-07-181-0/+4
* cmake: Use add_test, so tests are compatible with ctestSergio Martins2021-07-182-0/+8
* tests: Add cmake presets for fedora and opensuse dockersSergio Martins2021-07-175-27/+62
* tests: Add presets for ubuntu 21.04 and 20.04 dockersSergio Martins2021-07-175-14/+82
* cmake: Add a preset that builds on ubuntu 18.04 dockerSergio Martins2021-07-164-14/+30