aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmllint/findwarnings.h
Commit message (Expand)AuthorAgeFilesLines
* qmllint: Move most code into a separate libraryMaximilian Goldstein2021-11-231-74/+0
* Decouple QQmlJSLogger from QQmlImportVisitorAndrei Golubev2021-08-191-3/+2
* qmllint/findwarnings: Move PatternElement logic to qqmljsimportvisitorMaximilian Goldstein2021-08-061-3/+0
* qmllint/findwarnings: Move used type logic to qqmljsimportvisitorMaximilian Goldstein2021-08-061-3/+0
* qmllint: Remove checkidentifiersMaximilian Goldstein2021-08-051-8/+0
* qmllint: Move a lot of warning logic to qmlcompilerMaximilian Goldstein2021-06-091-43/+1
* qmllint: Add ability to ignore individual warningsMaximilian Goldstein2021-06-031-3/+5
* qmllint: Warn about multiline stringsMaximilian Goldstein2021-04-201-0/+2
* Check also property type namesEvgeniy A. Dushistov2021-04-131-0/+1
* qmlcompiler/qmllint: Use unified loggerMaximilian Goldstein2021-03-291-7/+2
* qmllint: Return non-zero exit code for any warnings generatedUlf Hermann2021-03-121-1/+0
* qmllint: check default propertiesAndrei Golubev2021-03-091-0/+5
* qmllint: Resolve attached property scopesUlf Hermann2021-02-191-1/+1
* qmllint: Fix false unknown grouped property warningMaximilian Goldstein2021-02-121-1/+0
* 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