aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* qt-keywords: Don't warn about Q_OS_WINDOWS if Qt < 5.12.4Sergio Martins2019-05-081-2/+6
* Minor readability improvementSergio Martins2019-05-081-1/+1
* minor: Fix numeration of the ClazyOptions flagsSergio Martins2019-05-071-6/+5
* Add a CLAZY_EXPORT_FIXES env variableSergio Martins2019-05-051-1/+1
* Make the clazy plugin also export fixes, not only clazy-standaloneSergio Martins2019-05-0519-121/+68
* WIP: Remove the FixitRewriterSergio Martins2019-05-053-19/+2
* WIP: Remove -no-inplace-fixits optionSergio Martins2019-05-054-19/+3
* Add '-export-fixes' command line optionChristian Gagneraud2019-05-057-61/+102
* Add a YAML diagnostic exporter (like clang-tidy)Christian Gagneraud2019-05-056-2/+251
* qstring-allocations: Added missing autoSergio Martins2019-05-051-10/+9
* qstring-allocations: Workaround broken fixit in qstring.cppSergio Martins2019-05-052-2/+8
* Merge branch '1.5'Sergio Martins2019-05-051-7/+20
|\
| * qstring-allocations: Fix fixits not working with ternary operatorsSérgio Martins2019-05-051-7/+20
* | Remove stray debug statementSergio Martins2019-05-041-3/+0
* | Merge branch '1.5'Sergio Martins2019-04-271-1/+1
|\|
| * empty-qstringliteral: Suggest QLatin1String("")Sergio Martins2019-04-271-1/+1
* | Process Q_SCRIPTABLE separatelySergio Martins2019-04-233-13/+35
* | Merge branch '1.5'Sergio Martins2019-04-232-8/+22
|\|
| * qstring-allocations: Don't warn for ui_*h filesSergio Martins2019-04-231-0/+6
| * qstring-allocations: Refactor in preparation for a fixSergio Martins2019-04-232-8/+16
* | old-style-connect: Added fixit for QSignalSpy tooSergio Martins2019-04-042-9/+13
* | old-style-connect: Warn for QSignalSpySergio Martins2019-04-042-7/+20
* | Add a way to know in which function we're inSergio Martins2019-03-252-2/+7
* | old-style-connect: Minor cleanupSergio Martins2019-03-241-6/+8
* | Minor renameSergio Martins2019-03-201-6/+6
* | AccessSpecifierManager: Knows about Q_SCRIPTABLE nowSergio Martins2019-03-202-4/+17
* | Remove level3 and movel those 5 checks to manual levelSergio Martins2019-03-0413-13/+12
* | qproperty-without-notify: Fix multi-line Q_PROPERTYSergio Martins2019-02-152-1/+7
* | Merge branch '1.5'Sergio Martins2019-02-151-0/+10
|\|
| * fully-qualified-moc-types: Don't warn for anonymous namespacesSergio Martins2019-02-141-0/+10
* | qproperty-without-notify: Minor code commentSergio Martins2019-02-151-0/+1
* | strict-iterators: Don't warn when comparing against an iterator member varSergio Martins2019-02-151-0/+17
* | strict-iterators: Remove lalr.cpp special caseSergio Martins2019-02-151-6/+0
* | qvariant-template-instantiation: Fix warning messagesSergio Martins2019-02-151-1/+3
* | qvariant-template-instantiation: Also warn for int and floatSergio Martins2019-02-151-1/+1
|/
* fully-qualified-moc-types: Fix false positiveSergio Martins2019-02-021-13/+16
* Merge branch '1.4' into masterSergio Martins2019-01-143-6/+15
|\
| * rule-of-three: Work around implicitly deleted copy-ctor/assignSergio Martins2019-01-141-4/+12
| * Don't suggest to pass classes with deleted copy ctor by valueSergio Martins2019-01-131-1/+2
| * emit from a constructor can be correct, if a connect happens in the ctor.David Faure2018-12-031-1/+1
* | Finish fixing build with trunkSergio Martins2019-01-131-4/+5
* | Try to fix build with clang trunkSergio Martins2019-01-112-1/+24
* | Run uncrustify on the source codeSergio Martins2018-12-14138-247/+341
* | style: Don't indent namespace bodySergio Martins2018-12-1412-483/+483
* | Indent copyright headers with 4 spacesSergio Martins2018-12-14205-3160/+3160
* | Introduce qrequiredresult-candidatesSergio Martins2018-12-133-0/+118
* | Move our getLocStart()/End wrappers into clazy namespaceSergio Martins2018-12-1161-177/+181
* | Fix build with clang trunkSergio Martins2018-12-111-1/+1
* | range-loop: Add fixit for adding qAsConst()Sergio Martins2018-12-053-2/+46
* | Introduce CLAZY_FIXIT_SUFFIX env variableSergio Martins2018-12-041-2/+8