aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fully-qualified-moc-types: Don't warn for anonymous namespacesSergio Martins2019-02-141-0/+10
* 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
* | unction-args-by-ref: Also apply fixit on redeclarationsSergio Martins2018-12-041-12/+13
* | function-args-by-ref: RefactorSergio Martins2018-12-042-13/+26
* | function-args-by-ref: Add an experimental fixitSergio Martins2018-12-042-1/+15
* | range-loop: Add fixit for adding missing ref or const-refSergio Martins2018-12-032-1/+16
* | Merge branch '1.4'Sergio Martins2018-12-032-6/+3
|\|
| * Revert "inefficient-qlist: Use 64 as the limit, instead of sizeof(void*)"Sergio Martins2018-12-032-6/+3
* | ifndef-define-typo: Blacklist Q_CONSTRUCTOR_FUNCTIONSergio Martins2018-12-031-0/+3
* | Merge branch '1.4'Sergio Martins2018-12-012-3/+6
|\|
| * inefficient-qlist: Use 64 as the limit, instead of sizeof(void*)Sergio Martins2018-12-012-3/+6
* | New check: lowercase-qml-type-nameSergio Martins2018-11-183-0/+109
* | Merge branch '1.4'Sergio Martins2018-11-1118-25/+40
|\|
| * ctor-missing-parent-argument: Don't warn when we inherit ctorsSergio Martins2018-11-111-0/+8
| * Use clazy:name() instead of NamedDecl::getName()Sergio Martins2018-11-1115-23/+27
| * Add QDomNode to nonTrivialTypesAlbert Astals Cid2018-11-111-1/+1
| * Fix disabling checksMatthew Woehlke2018-11-111-1/+4
* | Merge branch '1.4'Sergio Martins2018-11-096-20/+39
|\|
| * raw-environment-function: Fix clang assert when using FunctionDecl::getName()Sergio Martins2018-11-091-2/+4
| * 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-091-2/+13
| * fully-qualified-moc-types: Some refactoring before a bug fixSergio Martins2018-11-092-10/+20
| * Remove unneeded CheckManager::requestedChecksThroughEnv() methodSergio Martins2018-11-082-7/+0
* | Rename ClangLazy.so to ClazyPlugin.soSergio Martins2018-10-241-2/+2
* | Remove support for building the "utils library"Sergio Martins2018-10-2415-165/+137
* | Merge branch '1.4' into masterSergio Martins2018-10-19196-324/+1737
|\|
| * Reorder includesSergio Martins2018-10-19192-1182/+1202
| * Use llvm:: namespace when using llvm classes in headersSergio Martins2018-10-183-3/+3
| * Don't include alloc_traits.h, it's specific to a c++ library implementationSergio Martins2018-10-181-1/+0
| * Ran include-what-you-useSergio Martins2018-10-18191-489/+1883
| * Fix unintended octal valueSergio Martins2018-10-091-1/+1
* | Fix unintended octal valueSergio Martins2018-10-091-1/+1
* | Merge branch '1.4'Sergio Martins2018-10-094-1/+28
|\|
| * empty-qstringliteral: Don't warn for uic generated filesSergio Martins2018-10-092-0/+18
| * Fix Utils::filenameForLoc(loc) for when loc is a macroIdSergio Martins2018-10-091-1/+4
| * Add QtUtils::isUIFile(loc)Sergio Martins2018-10-091-0/+6