aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linker fix for MinGW1.6-basedCristian Adam2020-06-142-2/+2
* clazy.cmake - don't print level3 checker listupstream/1.6Allen Winter2020-05-071-3/+8
* qstring-allocations: Fix unit-tests with llvm-10Sergio Martins2020-04-192-6/+32
* Update README-copyable-polymorphic.mdFrank Dana2020-04-131-1/+1
* Fix build issues using llvm 10.0.0Johannes Ziegenbalg2020-03-283-1/+15
* Coding styleChristophe Giboudeaux2019-11-111-7/+7
* Check if clazy should be linked to clang-cppChristophe Giboudeaux2019-11-112-3/+9
* CMakeLists.txt, clazy.cmake - use greadlink on MacOSAllen Winter2019-11-072-2/+10
* README.md: remove incorrect WARNING in front of headerPragma Twice2019-11-061-2/+0
* Fix clazy-standalone always needing a source file nameSergio Martins2019-11-031-13/+1
* Dont' generate an empty yaml file if there's no fixitsSergio Martins2019-11-021-4/+7
* inefficient-qlist: Fix test on 32-bit platformsSergio Martins2019-10-202-1/+9
* Add a 32bit ubuntu Dockerfile for testingSergio Martins2019-10-202-0/+18
* AppImage: Blacklist failing tests due to missing std::regexpSergio Martins2019-10-141-1/+1
* When running test_requested_checks.sh, honour CLAZY_CXXSergio Martins2019-10-141-1/+6
* AppImage: Run a git pull in /clazy before executing the scriptSergio Martins2019-10-141-1/+1
* AppImage: Add cmake hack to build on our old Centos 6.8Sergio Martins2019-10-142-1/+9
* Update make_appimage.sh so it matches the new docker containerSergio Martins2019-10-142-11/+4
* heap-allocated-small-trivial-type: Minor README improvementSergio Martins2019-10-141-1/+4
* AppImage: Remove more llvm binaries which we don't needSergio Martins2019-10-141-1/+1
* AppImage: Install llvm to our AppImage folderSergio Martins2019-10-134-8/+34
* Add Dockerfile to build a CentOS 6.8 container to build an AppImageSergio Martins2019-10-131-0/+44
* Update the AppImage script to LLVM 9.0v1.6Sergio Martins2019-10-121-1/+1
* Update the Windows package readmeSergio Martins2019-10-121-1/+1
* README: Don't require to build clazy with clang-cl on WindowsSergio Martins2019-10-121-3/+0
* Update ChangeLog for today's 1.6 releaseSergio Martins2019-10-121-3/+4
* tests: Update comment about running docker for fedoraSergio Martins2019-10-091-1/+1
* Fix build with MSVCNikolai Kosjar2019-10-092-1/+29
* Fix build with MSVCCristian Adam2019-10-091-0/+1
* tests: Fix passing arguments to docker, had a typoSergio Martins2019-10-091-1/+1
* Amend previous commit, we want DLINK_CLAZY_TO_LLVM=OFF, not ONSergio Martins2019-10-091-1/+1
* tests: Fix exceptions about environment having non asciiSergio Martins2019-10-081-2/+4
* tests: Allow to pass cmake arguments to the docker containersSergio Martins2019-10-083-3/+8
* tests Fix fixit tests on WindowsSergio Martins2019-10-081-1/+4
* tests: Fix calling diff on Windows due to line-endingsSergio Martins2019-10-081-1/+1
* tests: Fix a python exception on WindowsSergio Martins2019-10-071-1/+7
* tests: Add option to not run fixitsSergio Martins2019-10-071-2/+4
* Update README with instructions to build on WindowsSergio Martins2019-10-071-4/+7
* qproperty-type-mismatch: Fix build on WindowsSergio Martins2019-10-071-1/+1
* qproperty-type-mismatch: Fix unit-tests with llvm-9Sergio Martins2019-10-051-0/+3
* tests: Install diffutils in Fedora's dockerSergio Martins2019-10-041-1/+1
* qproperty-without-notify: Fix false-positives with llvm-9Sergio Martins2019-10-031-0/+3
* Comment-out unintentional debugSergio Martins2019-10-031-1/+1
* Fix clazy-standalone with llvm-9Sergio Martins2019-10-031-1/+14
* tests: Add Dockerfile for opensuse-tumbleweedSergio Martins2019-10-032-0/+18
* tests: Add opensuse-leap and fedora-31 DockerfilesSergio Martins2019-10-033-0/+36
* tests: Add Archlinux and Debian DockerfilesSergio Martins2019-10-033-0/+36
* tests: Add the Dockerfile used for creating the ubuntu imageSergio Martins2019-10-031-0/+12
* Add checks.json.h to .gitignoreSergio Martins2019-10-031-0/+1
* Fix the tests through dockerSergio Martins2019-10-032-31/+10