aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* incorrect-emit: Fix unit-testsupstream/1.4Sergio Martins2019-01-141-2/+2
* rule-of-three: Work around implicitly deleted copy-ctor/assignSergio Martins2019-01-144-4/+36
* Don't suggest to pass classes with deleted copy ctor by valueSergio Martins2019-01-133-1/+26
* tr-non-literal: talk about QT_TR_NOOP and QT_TRANSLATE_NOOP in the READMEDavid Faure2018-12-031-0/+4
* emit from a constructor can be correct, if a connect happens in the ctor.David Faure2018-12-032-2/+3
* inefficient-qlist: Fix unit-tests on 32-bit.Sergio Martins2018-12-032-2/+2
* Revert "inefficient-qlist: Use 64 as the limit, instead of sizeof(void*)"Sergio Martins2018-12-034-11/+5
* inefficient-qlist: Use 64 as the limit, instead of sizeof(void*)Sergio Martins2018-12-014-5/+11
* Fix installation of clazy wrapper scriptsPino Toscano2018-11-261-3/+3
* README: Mention how to workaround "option foo registered more than once"Sergio Martins2018-11-161-1/+7
* README: Mention the app images and improve docs of pre-built packageSergio Martins2018-11-151-10/+9
* make_appimage.py: Sign the image with gpgSergio Martins2018-11-151-0/+13
* Minor app image improvementsSergio Martins2018-11-152-6/+12
* make_appimage.sh: Remove the cleanup sectionSergio Martins2018-11-151-6/+0
* make_appimage.sh: Pass -DLINK_CLAZY_TO_LLVM=OFF to cmakeSergio Martins2018-11-151-1/+1
* Introduce cmake option: LINK_CLAZY_TO_LLVMSergio Martins2018-11-151-1/+4
* make_appimage.py: Run the unit-tests after making the app imageSergio Martins2018-11-151-0/+14
* run_tests.py: Allow to specify the name of the clazy-standalone binarySergio Martins2018-11-151-1/+6
* make_appimage.sh: Remove unneeded files after buildingSergio Martins2018-11-152-8/+7
* run_tests.py Fix python exceptionSergio Martins2018-11-151-2/+2
* run_tests.py now can detect the clang version of the app imageSergio Martins2018-11-151-2/+11
* Fix typo, it's version instead of VersionSergio Martins2018-11-151-1/+1
* Print clang instead of clang++ when running clazy --versionSergio Martins2018-11-151-1/+1
* run_tests.py: When --verbose is specified also print the get version commandSergio Martins2018-11-151-13/+15
* Add clazy's url to "clazy --help"Sergio Martins2018-11-141-1/+1
* Add a script that creates the clazy AppImageSergio Martins2018-11-141-0/+82
* Copy license and readme into the appimageSergio Martins2018-11-141-0/+3
* Print what the docker script is doingSergio Martins2018-11-141-0/+11
* Fix permissions for the generated docker files by the containerSergio Martins2018-11-141-0/+5
* Add my script to build clazy in docker to make an app imageSergio Martins2018-11-141-0/+10
* ctor-missing-parent-argument: Don't warn when we inherit ctorsSergio Martins2018-11-114-0/+18
* Use clazy:name() instead of NamedDecl::getName()Sergio Martins2018-11-1115-23/+27
* Add QDomNode to nonTrivialTypesAlbert Astals Cid2018-11-111-1/+1
* Readme: Improve instructions for running on WindowsSergio Martins2018-11-111-1/+4
* Fix disabling checksMatthew Woehlke2018-11-111-1/+4
* raw-environment-function: Fix clang assert when using FunctionDecl::getName()Sergio Martins2018-11-092-2/+5
* README: Document CLAZY_IGNORE_DIRS tooSergio Martins2018-11-091-2/+6
* Also enable CLAZY_IGNORE_DIRS and CLAZY_HEADER_FILTER for the pluginSergio Martins2018-11-091-2/+5
* fully-qualified-moc-types: Also warn for slot/invokable return typesSergio Martins2018-11-094-2/+18
* fully-qualified-moc-types: Some refactoring before a bug fixSergio Martins2018-11-092-10/+20
* tests: Refactor and make 'filename' a list called 'filenames'Sergio Martins2018-11-081-8/+18
* Remove unneeded CheckManager::requestedChecksThroughEnv() methodSergio Martins2018-11-082-7/+0
* qstring-allocations: Fix typo in readmeSergio Martins2018-11-081-1/+1
* Use relative path in clazy wrapper scriptZeno Endemann2018-10-302-2/+4
* Add clazy-standalone to the clazy wrapper scriptZeno Endemann2018-10-301-1/+15
* Readme: Remove qtbase5-dev from the dependenciesSergio Martins2018-10-231-2/+2
* Improve the windows package scriptSergio Martins2018-10-211-1/+4
* Update the llvm sha1 in windows-package/README.txtSergio Martins2018-10-211-1/+1
* Add my script to make binaries for windowsSergio Martins2018-10-211-0/+107
* returning-void-expression: Fix unit-test on Windowsv1.4_windows_binariesSergio Martins2018-10-211-0/+7