aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix the archlinux dockerfileSergio Martins2022-01-201-1/+1
* rule-of-two-soft: Honour explicitly defaulted copy-ctor/operatorSergio Martins2021-10-263-0/+34
* Remove inefficient-qlist check, the issue has been fixed in Qt6Sergio Martins2021-10-137-172/+0
* Fix Bug 442729 related to qt6-qlatin1stringchar-to-u fixitLucie Gérard2021-10-133-77/+93
* Fix check for temporary QString when checking QRegularExpressionWaqar Ahmed2021-09-201-0/+21
* Fix bug 439337Lucie Gérard2021-08-213-118/+173
* Fix crash with QVariant::toRegularExpression()Waqar Ahmed2021-08-162-2/+6
* Check QRegularExpression.*match() usageWaqar Ahmed2021-08-122-0/+14
* Fix crash if QRegularExpression() is usedWaqar Ahmed2021-08-101-0/+7
* unexpected-flag-enumerator-value: cleanup and fix testsWaqar Ahmed2021-08-011-2/+1
* 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-281-0/+51
* Fixes for use-static-qregular-expressionWaqar Ahmed2021-07-282-13/+39
* unexpected-flag-enumerator-value: Don't warn when value is negativeSergio Martins2021-07-271-0/+9
* unexpected-flag-enumerator-value: fix flag detectionSergio Martins2021-07-271-1/+10
* unexpected-flag-enumerator-value: Don't warn for enums with 0Sergio Martins2021-07-271-0/+9
* unexpected-flag-enumerator-value: Accept values named "mask"Sergio Martins2021-07-271-0/+9
* unexpected-flag-enumerator-value: Don't warn for unnamed enumsSergio Martins2021-07-271-0/+8
* New check: Unexpected flag enumerator valueWaqar Ahmed2021-07-273-0/+57
* add check: Use Static QRegularExpressionWaqar Ahmed2021-07-253-0/+83
* rename check to use-arrow-operator-instead-of-dataWaqar Ahmed2021-07-235-3/+3
* Add a fix-it for use-arrow-operatorWaqar Ahmed2021-07-231-0/+20
* Add use-arrow-operatorWaqar Ahmed2021-07-233-0/+31
* 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
* 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: Add a debian unstable docker preset tooSergio Martins2021-07-191-6/+15
* 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-183-0/+9
* tests: Fix fedora-34 Dockerfile to run our testsSergio Martins2021-07-181-1/+8
* 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
* tests: Add cmake presets for fedora and opensuse dockersSergio Martins2021-07-174-27/+25
* tests: Add presets for ubuntu 21.04 and 20.04 dockersSergio Martins2021-07-174-13/+50
* cmake: Add a preset that builds on ubuntu 18.04 dockerSergio Martins2021-07-162-11/+15
* lambda-in-connect: Fix off-by-one when accessing 3rd argumentSergio Martins2021-06-112-1/+15
* copyable-polymorphic: Don't warn for some final classesSergio Martins2021-06-032-0/+24
* Merge branch '1.9'Sergio Martins2021-05-141-2/+1
|\
* | incorrect-emit: Add unit-test for a bugSergio Martins2021-05-143-0/+24
* | connect-3arg-lambda: Add a test that it still works with c++17Sergio Martins2021-05-051-0/+5
* | tests: Allow a test to specify that it wants c++17Sergio Martins2021-05-051-7/+12
* | Ran a code formatter on run_tests.pySergio Martins2021-05-051-60/+152
* | Fix range-loop-reference tests expected outputFrancisco Boni2021-04-232-3/+4