aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* empty-qstringliteral: Don't warn for uic generated filesSergio Martins2018-10-092-1/+51
* Don't run tests for checks that clazy wasn't compiled withSergio Martins2018-09-261-0/+8
* tests: Fixes usages of minimum_qt_versionSergio Martins2018-09-239-10/+10
* docker: Add ubuntu-18.04Sergio Martins2018-09-231-0/+6
* tests: connect-3arg-lambda test will only run on clang >= 5.0 nowSergio Martins2018-09-231-0/+1
* tests: Require Qt >= 5.8 for fully-qualified-moc-typesSergio Martins2018-09-231-0/+1
* tests: rule-of-three requires clang > 4.0Sergio Martins2018-09-231-0/+1
* docker: Fix llvm's 6 pathSergio Martins2018-09-231-1/+3
* docker: Also test llvm 5.0 and llvm 4.0Sergio Martins2018-09-231-0/+16
* build-clazy.sh: Remove unneeded checksSergio Martins2018-09-231-15/+0
* run_tests.py: Silence warning about missing config.jsonSergio Martins2018-09-231-1/+1
* Cleanup the list of docker containersSergio Martins2018-09-221-14/+8
* Fix typo in bash scriptSergio Martins2018-09-221-3/+3
* tests: Don't run qcolor-from-literal when using the crash workaroundSergio Martins2018-09-223-5/+22
* run_tests.py: Add --exclude argumentSergio Martins2018-09-221-1/+4
* build-clazy.sh: Don't checkout an old branchSergio Martins2018-09-221-1/+1
* test_docker.py: Fix passing --branch argumentSergio Martins2018-09-221-0/+2
* run_tests.py: Print compiler output when test fails to compileSergio Martins2018-09-221-0/+10
* docker: Fix llvm paths on debianSergio Martins2018-09-221-3/+3
* test_docker.py: Fix typoSergio Martins2018-09-221-1/+1
* docker: Test on debian with clang 7.0 tooSergio Martins2018-09-221-1/+7
* test_docker.py: Add llvm_root property to jsonSergio Martins2018-09-222-1/+6
* test_docker.py: Allow to test two clang version on the same containerSergio Martins2018-09-222-8/+18
* test_docker.py: Default prefix to /usrSergio Martins2018-09-222-4/+10
* test_docker.py: Execute the build script from our repoSergio Martins2018-09-221-1/+1
* test_docker.py: Allow to specify a single docker container to runSergio Martins2018-09-221-3/+12
* docker: pass the prefix to the build scriptSergio Martins2018-09-222-2/+5
* Add the script thats called by the docker container to build clazySergio Martins2018-09-221-0/+22
* Make test_build_on_distros.sh configurable via a json fileSergio Martins2018-09-222-0/+77
* Add ability to ignore directories via command lineSergio Martins2018-09-086-1/+37
* fix test_requested_checksEric Lemanisser2018-08-301-0/+1
* connect-3arg-lambda: Also warn for QMenu::addAction()Sergio Martins2018-08-242-2/+12
* old-style-connect: Warn for QMessageBox::open(QObject*receiver, char *slot);Sergio Martins2018-08-243-4/+12
* old-style-connect: Also warn for QMenu::addAction()Sergio Martins2018-08-243-2/+19
* unneeded-cast: Fix detecting casts to itselfSergio Martins2018-08-181-2/+1
* virtual-signal: Don't warn if signal overrides a non-QObject baseSergio Martins2018-08-182-2/+1
* connect-3arg-lambda: Also warn when using QTimer::singleShot() without contextSergio Martins2018-08-182-1/+13
* Introduce empty-qstringliteralSergio Martins2018-08-154-16/+38
* Introduce raw-environment-functionSergio Martins2018-08-153-0/+26
* old-style-connect: Warn that 1-arg disconnects have to be manually fixedSergio Martins2018-07-313-0/+14
* Fix returning-data-from-temporary testsSergio Martins2018-05-161-1/+2
* CLazy: fix run_tests.py to work with Qt >= 5.10Christian Ehrlicher2018-05-161-3/+8
* Fix test following type fixing in last commitEric Lemanisser2018-04-141-1/+1
* connect-non-signal: Put the QOverload in it's own fileSergio Martins2018-03-284-7/+12
* connect-non-signal: Make it know about QOverloadSergio Martins2018-03-281-1/+7
* detaching-member: Dont warn for methods without const counter-partsSergio Martins2018-03-241-1/+11
* run_tests.py: Also pass the library path when linkingSergio Martins2018-03-231-1/+5
* qt-keywords: fix unit-testSergio Martins2018-03-171-3/+3
* function-args-by-*: Add an option to warn for overridden methodsSergio Martins2018-03-177-0/+81
* function-args-by-*: don't warn for overridden methodsSergio Martins2018-03-175-0/+61