aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmllint/scopetree.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move qmllint's metatype support to tools/sharedUlf Hermann2020-04-011-526/+0
* qmllint: Check for unknown types in JavaScript accessUlf Hermann2020-03-171-2/+19
* qmllint: Don't crash on IDs that aren't scopesUlf Hermann2020-03-171-3/+18
* qmllint: Add QFont to the list of unknown builtinsUlf Hermann2020-03-161-11/+17
* Restore offset/length in QQmlJS::DiagnosticMessageSimon Hausmann2020-03-021-6/+6
* qmllint: Consider attached propertiesUlf Hermann2020-01-131-0/+10
* qmllint: parse simple type assertionsUlf Hermann2020-01-131-7/+13
* qmllint: Assume "parent" property is always document parentUlf Hermann2020-01-131-0/+9
* qmllint: Analyze member accessUlf Hermann2020-01-131-33/+192
* qmllint: CleanupUlf Hermann2019-11-181-111/+118
* qmllint: Consider methods from the current scope as valid IDsUlf Hermann2019-08-301-1/+1
* qmllint: Warn about magic signal handlersUlf Hermann2019-08-301-7/+35
* qmllint: Improve parent handlingFabian Kosmale2019-07-261-12/+13
* qmllint: Improve signal handler recommendationsFabian Kosmale2019-07-251-6/+19
* Extend linter to check for unqualified idsFabian Kosmale2019-07-121-0/+255