aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmllint/checkidentifiers.cpp
Commit message (Expand)AuthorAgeFilesLines
* qmllint: Remove checkidentifiers.cppMaximilian Goldstein2021-09-211-279/+0
* qmllint: Move use-before-declaration warning out of checkidentifiersMaximilian Goldstein2021-08-041-14/+0
* qmllint: Move restricted kind warnings to qmlcompilerMaximilian Goldstein2021-08-041-48/+2
* qmllint: Move missing base type warning to qmlcompilerMaximilian Goldstein2021-08-041-9/+1
* qmllint: Move 'type not found in namespace' warning to qmlcompilerMaximilian Goldstein2021-08-041-19/+0
* qmllint: Move 'type of property' warning to qmlcompilerMaximilian Goldstein2021-08-031-7/+2
* qmllint: Move unknown property logic to compilerMaximilian Goldstein2021-08-021-6/+0
* qmllint: Move deprecation logic to qmlcompilerMaximilian Goldstein2021-07-281-38/+1
* qmllint: Use type propagator to provide unqualfied access warningsMaximilian Goldstein2021-07-271-63/+2
* qmllint: Implement severity levelsMaximilian Goldstein2021-07-021-32/+32
* qmllint: Formalize fix suggestionsMaximilian Goldstein2021-07-011-30/+36
* qmllint: Ignore unqualified access in custom parser componentsMaximilian Goldstein2021-06-221-0/+10
* qmllint: Move a lot of warning logic to qmlcompilerMaximilian Goldstein2021-06-091-4/+4
* qmllint: Utilize qjsroot.qmltypesMaximilian Goldstein2021-05-141-10/+0
* qmllint: Fix unknownBuiltins not being ignored in all casesMaximilian Goldstein2021-05-111-0/+3
* qmllint: Fix newlines when disabling unqualified access warningsMaximilian Goldstein2021-04-301-2/+3
* qmllint: Do not choke on self attaching typesMaximilian Goldstein2021-04-291-0/+6
* qmllint: Properly handle "on" bindingsMaximilian Goldstein2021-04-281-5/+5
* qmllint: Remove unnecessary newlinesMaximilian Goldstein2021-04-281-6/+6
* qmllint: Store property's binding type separatelyMaximilian Goldstein2021-04-261-4/+14
* qmllint: Warn about deprecated functionsMaximilian Goldstein2021-04-191-0/+21
* qmllint: add options for setting logging levelsMaximilian Goldstein2021-04-091-1/+1
* qmllint: Initialize special casing for QString on checkMemberAccess()Ulf Hermann2021-04-081-0/+3
* When resolving property types, also update the property type namesUlf Hermann2021-04-071-4/+1
* Fix string type name in qmllintUlf Hermann2021-04-071-1/+1
* qmlcompiler/qmllint: Use unified loggerMaximilian Goldstein2021-03-291-159/+70
* qmllint: Document and cleanup IssueLocationWithContextFabian Kosmale2021-03-251-11/+23
* qmllint: Add support for warning about unused importsMaximilian Goldstein2021-03-251-3/+8
* qmllint: Fix accessing attached types with prefixesMaximilian Goldstein2021-03-191-2/+16
* qmllint: Implement deprecation warningsMaximilian Goldstein2021-03-081-0/+21
* qmllint: Fix unknown properties on varMaximilian Goldstein2021-03-031-1/+4
* QML: Warn about variables being used before their declarationUlf Hermann2021-02-111-9/+23
* qmllint: Fix segmentation faultMaximilian Goldstein2021-02-031-1/+1
* QmlCompiler: Allow for multiple extensions per objectUlf Hermann2021-02-011-16/+11
* qmllint: Complain if member access check fails for namespaced typesUlf Hermann2021-01-261-13/+34
* qmllint: Remove exceptions for most unknown builtinsUlf Hermann2021-01-211-23/+13
* qmllint: Support extended typesUlf Hermann2021-01-201-1/+12
* QmlCompiler: Don't add imports with "as" to the contextUlf Hermann2020-12-051-1/+6
* QmlCompiler: Allow more convenient access to enums in QQmlJSScopeUlf Hermann2020-11-121-2/+2
* QmlCompiler: Properly discern between inherited and own namesUlf Hermann2020-10-221-21/+17
* Unify QQmlJSImportVisitor and FindWarningsVisitorUlf Hermann2020-10-151-2/+2
* qmllint: Defer resolution of types read from QML filesUlf Hermann2020-10-151-3/+3
* qmllint: Capitalize importer warningsUlf Hermann2020-10-071-28/+21
* QmlCompiler: Move ScopeType and JavaScriptIdentifier into QQmlJSScopeUlf Hermann2020-10-051-4/+5
* QmlCompiler: Rename metatypes_p.hUlf Hermann2020-10-051-1/+1
* QmlCompiler: Rename ScopeTree to QQmlJSScopeUlf Hermann2020-10-051-13/+13
* qmllint: Remove member access chains from ScopeTreeUlf Hermann2020-10-021-4/+5
* qmllint: Remove ScopeTree::m_unmatchedSignalHandlersUlf Hermann2020-10-021-20/+12
* qmllint: Unify injected and "normal" JavaScript identifiersUlf Hermann2020-10-021-32/+16
* qmllint: Remove C++ types from the importer interfaceUlf Hermann2020-10-021-9/+9