aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Workaround crash with LLVM 7upstream/1.3Sergio Martins2018-09-222-0/+13
* Require cmake 3.3 as minimumSergio Martins2018-09-201-1/+1
* Link against full paths instead of -lfooSergio Martins2018-09-202-13/+15
* prospective fix for crash with clang-7.0Sergio Martins2018-09-192-3/+6
* Fix running tests with Qt 5.11Sergio Martins2018-09-191-2/+2
* Fix doc path to FHS path usr/share/doc, patch by Scarlett Moore <sgclark@kde....Jonathan Riddell2018-09-191-1/+1
* Fix build with clang 7.0Sergio Martins2018-09-191-4/+14
* Don't recommend QStringLiteral in Q_GLOBAL_STATIC_WITH_ARGSSergio Martins2018-03-133-0/+15
* inefficient-qlist: Fix crash on incomplete typesWilliam Bader2018-01-241-1/+1
* Fix clazy.bat when it's in a path with spacesSergio Martins2018-01-172-2/+2
* detaching-temporary: Fix failing unit-testSergio Martins2018-01-093-5/+3
* writing-to-temporary: Fix false-positiveSergio Martins2018-01-093-2/+7
* writing-to-temporary: Add failing unit-testSergio Martins2018-01-091-0/+8
* rule-of-three: Improve last commitSergio Martins2018-01-084-6/+30
* rule-of-three: Don't warn if either copy-assign or copy-ctor is deletedSergio Martins2018-01-084-1/+36
* qdeleteall: Reword the warning message a bitSergio Martins2017-12-192-16/+17
* Fix Utils::containsNonConstMemberCall()Sergio Martins2017-12-101-21/+41
* Utils::containsNonConstMemberCall() now honours assign operatorSergio Martins2017-12-089-41/+62
* Changelog fix, thread-with-slots was added in v1.3Sergio Martins2017-12-061-1/+1
* Fix build due to missing includeSergio Martins2017-12-041-0/+1
* Don't try to fix strings with escaped bytesSergio Martins2017-12-036-1/+47
* connect-3arg-lambda: refactor this checkSergio Martins2017-12-013-19/+63
* ChangeLog: Update the 1.3 release datev1.3Sergio Martins2017-11-261-1/+1
* README: Update list of checksSergio Martins2017-11-261-1/+9
* run_tests: Remove unused variableSergio Martins2017-11-261-1/+0
* run_tests: return success if XFAIL, and failure if XOKSergio Martins2017-11-261-4/+5
* run_tests: Unset env variable CLAZY_NO_WERROR before running testsSergio Martins2017-11-241-0/+3
* Update ClazyAnchorHeader.h for the 1.3 releaseSergio Martins2017-11-241-2/+22
* README: Remove warning that only makes sense for master branchSergio Martins2017-11-231-2/+0
* Update README for 1.3 releaseSergio Martins2017-11-231-4/+5
* README: Improve clazy-standalone instructions for macOSSergio Martins2017-11-231-0/+1
* Introduce lambda-unique-connectionSergio Martins2017-11-1810-16/+184
* const-signal-or-slot: Don't print an error when connecting to lambdaSergio Martins2017-11-152-3/+7
* old-style-connect: Only execute Qt specific code in Qt developer modeSergio Martins2017-11-082-2/+4
* old-style-connect: Fix fixit bug when using Q_PRIVATE_SLOTSergio Martins2017-11-083-17/+35
* Fix build on MinGW due to missing includeIvan Donchevskii2017-10-271-0/+1
* Add flag to change build of ClangLazy from shared to staticIvan Donchevskii2017-10-233-2/+13
* Protect CheckManager with mutexKevin Funk2017-10-224-1/+28
* Minor cleanup to previous commit regarding visit-implicit-codeSergio Martins2017-10-192-2/+2
* Add option to visit implicit code, such as compiler generated CTORsRichard Oehlinger2017-10-195-1/+22
* Merge branch '1.2' into masterSergio Martins2017-10-191-1/+2
|\
| * Fix make install.upstream/1.2Richard Oehlinger2017-10-191-1/+2
* | Merge branch '1.2'Sergio Martins2017-10-185-9/+26
|\|
| * Fix build with -DCLAZY_BUILD_UTILS_LIB=ONSergio Martins2017-10-181-2/+2
| * detaching-temporary: Don't warn for intersect, unite and subtractSergio Martins2017-10-152-4/+13
| * detaching-temporary: Add a failing unit-testSergio Martins2017-10-152-2/+10
| * Add missing \n in debug messageSergio Martins2017-10-151-1/+1
* | Inform which is the second argument => number of argumentMontel Laurent2017-10-161-1/+1
* | Merge branch '1.2' into masterSergio Martins2017-10-1210-20/+40
|\|
| * rule-of-three: Don't warn for std:: typesSergio Martins2017-10-121-1/+1