aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Workaround crash with LLVM 7upstream/1.3Sergio Martins2018-09-221-0/+7
* prospective fix for crash with clang-7.0Sergio Martins2018-09-192-3/+6
* Fix build with clang 7.0Sergio Martins2018-09-191-4/+14
* Don't recommend QStringLiteral in Q_GLOBAL_STATIC_WITH_ARGSSergio Martins2018-03-131-0/+7
* inefficient-qlist: Fix crash on incomplete typesWilliam Bader2018-01-241-1/+1
* detaching-temporary: Fix failing unit-testSergio Martins2018-01-092-3/+2
* writing-to-temporary: Fix false-positiveSergio Martins2018-01-092-1/+6
* rule-of-three: Improve last commitSergio Martins2018-01-081-6/+11
* rule-of-three: Don't warn if either copy-assign or copy-ctor is deletedSergio Martins2018-01-081-1/+1
* qdeleteall: Reword the warning message a bitSergio Martins2017-12-191-9/+10
* Fix Utils::containsNonConstMemberCall()Sergio Martins2017-12-101-21/+41
* Utils::containsNonConstMemberCall() now honours assign operatorSergio Martins2017-12-088-41/+44
* Fix build due to missing includeSergio Martins2017-12-041-0/+1
* Don't try to fix strings with escaped bytesSergio Martins2017-12-033-1/+36
* connect-3arg-lambda: refactor this checkSergio Martins2017-12-011-17/+22
* Update ClazyAnchorHeader.h for the 1.3 releaseSergio Martins2017-11-241-2/+22
* Introduce lambda-unique-connectionSergio Martins2017-11-183-0/+133
* const-signal-or-slot: Don't print an error when connecting to lambdaSergio Martins2017-11-151-3/+1
* old-style-connect: Only execute Qt specific code in Qt developer modeSergio Martins2017-11-081-2/+3
* old-style-connect: Fix fixit bug when using Q_PRIVATE_SLOTSergio Martins2017-11-081-4/+19
* 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-232-0/+4
* 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-194-1/+17
* Merge branch '1.2'Sergio Martins2017-10-182-4/+4
|\
| * detaching-temporary: Don't warn for intersect, unite and subtractSergio Martins2017-10-151-3/+3
| * 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-125-5/+15
|\|
| * rule-of-three: Don't warn for std:: typesSergio Martins2017-10-121-1/+1
| * Improve the warning message for some checksSergio Martins2017-10-123-4/+4
| * qenums: Don't warn when importing enums from other classesSergio Martins2017-10-121-0/+10
* | qproperty-without-notify: Don't warn for Q_GADGETSSergio Martins2017-10-122-1/+16
* | Reduce some duplicated codeSergio Martins2017-10-122-2/+8
* | Merge branch '1.2' into masterSergio Martins2017-10-111-0/+6
|\|
| * old-style-connect: Add a fixit for one more caseOlivier Goffart (Woboq GmbH)2017-10-111-0/+6
* | Introduce thread-with-slotsSergio Martins2017-10-086-24/+217
* | Introduce const-signal-or-slot, to find getters unintentionally marked as slotsSergio Martins2017-10-053-0/+151
* | Merge branch '1.2' into masterSergio Martins2017-10-051-0/+1
|\|
| * unused-non-trivial-variable: Fix false positive when decl begins with macroSergio Martins2017-10-051-0/+1
* | Only run QtUtils::isBootstrapping() if we're building QtSergio Martins2017-10-032-2/+3
* | Merge branch '1.2' into masterSergio Martins2017-10-031-0/+7
|\|
| * qstring-allocations: Don't warn during bootstrapSergio Martins2017-10-031-0/+7
* | Fix false warning in qhash-namespace check for enum (classes)Christian Ehrlicher2017-09-281-2/+2
* | qhash-namespace: Very qhash() is inside QT_*_NAMESPACE macrosSergio Martins2017-09-244-5/+77
* | Added -qt-developer optionSergio Martins2017-09-243-1/+15
* | Introducing qhash-namespaceSergio Martins2017-09-244-0/+157
* | Introducing overridden-signalSergio Martins2017-09-226-7/+171
* | Merge branch '1.2' into masterSergio Martins2017-09-213-20/+55
|\|