aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmllint/findwarnings.h
Commit message (Expand)AuthorAgeFilesLines
* QmlCompiler: Introduce grouped scopesUlf Hermann2020-10-271-0/+2
* qmllint: Remove dead codeUlf Hermann2020-10-211-3/+0
* Compile with Clang11Lars Knoll2020-10-211-0/+4
* Further unify findwarnings.cpp and qqmljsimportvisitor.cppUlf Hermann2020-10-151-26/+1
* Unify QQmlJSImportVisitor and FindWarningsVisitorUlf Hermann2020-10-151-27/+3
* qmllint: Unify the printing of diagnosticsUlf Hermann2020-10-151-0/+1
* QmlCompiler: Move ScopeType and JavaScriptIdentifier into QQmlJSScopeUlf Hermann2020-10-051-1/+1
* QmlCompiler: Rename TypeDescriptionReaderUlf Hermann2020-10-051-1/+1
* QmlCompiler: Rename QmlJSImporterUlf Hermann2020-10-051-3/+3
* QmlCompiler: Rename ScopeTree to QQmlJSScopeUlf Hermann2020-10-051-7/+7
* Long live libQtQmlCompiler!Ulf Hermann2020-10-051-3/+4
* qmllint: Remove member access chains from ScopeTreeUlf Hermann2020-10-021-0/+2
* qmllint: Unify injected and "normal" JavaScript identifiersUlf Hermann2020-10-021-0/+8
* qmllint: Uncruftify the importing of base qmltypesUlf Hermann2020-10-021-1/+1
* Move the import handling code out of qmllintUlf Hermann2020-10-021-63/+3
* qmllint: Make imports localUlf Hermann2020-09-281-5/+11
* qmllint: Use a hash for scripts read from qmldir filesUlf Hermann2020-09-251-1/+1
* TypeDescriptionReader: Don't export C++ names as QML namesUlf Hermann2020-09-251-7/+7
* qmllint: Split available names into exported, imported, C++ namesUlf Hermann2020-09-251-6/+18
* QQmlDirParser: Treat dependencies like importsUlf Hermann2020-09-251-1/+1
* qmllint: Keep scopes mutable until all the imports are resolvedUlf Hermann2020-09-251-3/+3
* qmllint: Move import handling code into separate classUlf Hermann2020-09-251-19/+45
* qmllint: fix import java scripts from moduleEvgeniy A. Dushistov2020-08-221-0/+1
* qmllint: Properly process qmldir imports and dependenciesUlf Hermann2020-06-241-10/+12
* Port QtDeclarative from QStringRef to QStringViewKarsten Heimrich2020-06-161-1/+1
* qmllint: warn when passing a directory to -i optionMitch Curtis2020-05-061-1/+2
* qmllint: Add flags for toggling warningsMaximilian Goldstein2020-04-301-0/+174