aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Also include manuallevel checks in clazy --explain <check>1.4-basedSergio Martins2018-10-141-1/+1
* empty-qstringliteral: Improve readmeSergio Martins2018-10-141-1/+4
* Fix unintended octal valueSergio Martins2018-10-091-1/+1
* empty-qstringliteral: Don't warn for uic generated filesSergio Martins2018-10-094-1/+69
* Fix Utils::filenameForLoc(loc) for when loc is a macroIdSergio Martins2018-10-091-1/+4
* Add QtUtils::isUIFile(loc)Sergio Martins2018-10-091-0/+6
* Improve readmes for the new 1.4 checksSergio Martins2018-10-079-38/+30
* skipped-base-method: Improve READMESergio Martins2018-10-071-2/+5
* skipped-base-method: Fix typo in readmeSergio Martins2018-10-041-1/+1
* skipped-base-method: Fix typo in readmeSergio Martins2018-10-041-1/+1
* Fix checkname in changelogSergio Martins2018-10-031-1/+1
* docs: add empty line between =encoding and =head1 NAMEPino Toscano2018-09-301-0/+1
* Fix clazy --list not listing the correct doc directorySergio Martins2018-09-301-3/+3
* Don't run tests for checks that clazy wasn't compiled withSergio Martins2018-09-261-0/+8
* Don't register qstring-from-literal if ast matchers are disabledSergio Martins2018-09-262-1/+4
* Changelog: Add date of 1.4 releasev1.4Sergio Martins2018-09-231-1/+1
* README: Minimum LLVM for clazy 1.4 is now 4.0Sergio Martins2018-09-231-1/+1
* tests: Fixes usages of minimum_qt_versionSergio Martins2018-09-239-10/+10
* docker: Add ubuntu-18.04Sergio Martins2018-09-231-0/+6
* README: Remove reference to ubuntu's versionSergio Martins2018-09-231-1/+1
* 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
* Fix crash in old-style-connect fixitsSergio Martins2018-09-231-1/+22
* 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
* Merge branch '1.3' into 1.4Sergio Martins2018-09-223-3/+22
|\
| * Workaround crash with LLVM 7upstream/1.3Sergio Martins2018-09-222-0/+13
* | 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-223-21/+77
* | Fix linking when using MSVCSergio Martins2018-09-211-11/+1
* | Simplify cmake macroSergio Martins2018-09-211-7/+5