aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlcompiler
Commit message (Expand)AuthorAgeFilesLines
* QQmlJSScope: Remove clone functionalityFabian Kosmale3 days2-12/+0
* QQmlJSScope::resolveEnums: Remove clone usgaeFabian Kosmale3 days1-1/+3
* QQmlJSScope:: remove unused cloneInto functionFabian Kosmale3 days1-6/+0
* QQmlSA::Element: rework qHash()Marc Mutz2026-04-212-10/+4
* qqmlsa.cpp: Fix unity build on WindowsFriedemann Kleint2026-04-211-6/+6
* Compiler: Add ownerOfEnum static method to qqmljsscopeOlivier De Cannière2026-04-202-0/+9
* qmllint: clean up TypeReadersSami Shalayel2026-04-205-58/+36
* QQmlSA::Element: fix qHash() signatureMarc Mutz2026-04-192-4/+10
* QDeferredFactory<QQmlJSScope>: remove redundant codeSami Shalayel2026-04-161-7/+0
* qmllint: warn on singleton mismatch in LinterVisitorSami Shalayel2026-04-163-24/+9
* qqmljsimportvisitor: re-use instead of duplicating scopesSami Shalayel2026-04-166-74/+41
* Compiler: Add missing conversion from QJSPrimitiveValue to floatOlivier De Cannière2026-04-161-2/+2
* QQmlJSAnnotation: de-pessimize deprecation()Marc Mutz2026-04-151-7/+5
* Include what you use: QTypeRevision in qqmljstyperesolver.cppMarc Mutz2026-04-151-0/+1
* Include what you use: QTypeRevision in qqmljstypedescriptionreader.cppMarc Mutz2026-04-152-0/+3
* Include what you use: QTypeRevision in qqmljsimportvisitor.cppMarc Mutz2026-04-151-0/+2
* Include what you use: QTypeRevision in qqmljsimporter_p.hMarc Mutz2026-04-151-0/+2
* Include what you use: QTypeRevision in qqmljscontextualtypes_p.hMarc Mutz2026-04-151-0/+2
* Include what you use: QTypeRevision instead of QVersionNumberMarc Mutz2026-04-151-1/+3
* qmllint: warn on file selector in linterVisitorSami Shalayel2026-04-077-63/+145
* qmllint: don't warn on missing properties of missing typesSami Shalayel2026-04-073-5/+12
* qmljsimporter: don't test incomplete types with file selectorsSami Shalayel2026-04-071-27/+32
* split QQmlJSImporter::insertExports, part 3Sami Shalayel2026-04-072-62/+93
* Compiler: Don't std::move to a const refOlivier De Cannière2026-04-011-2/+2
* Fix factory construction with incomplete informationSemih Yavuz2026-03-314-17/+42
* Compiler: Add support for multiple document edits per fix suggestionOlivier De Cannière2026-03-309-65/+365
* split QQmlJSImporter::insertExports, part 2Sami Shalayel2026-03-301-64/+72
* split QQmlJSImporter::insertExports, part 1Sami Shalayel2026-03-302-6/+20
* QtQml: Fix unity buildFriedemann Kleint2026-03-191-2/+2
* qqmljscontextualtypes: use const ref for setType()Sami Shalayel2026-03-182-2/+2
* qqmljscontextualtypes: respect precedence when adding typesSami Shalayel2026-03-179-100/+151
* qqmljsimporter: make methods with lambdas of processImport()Sami Shalayel2026-03-172-112/+118
* QmlCompiler: Don't try complex conversions in canPrimitivelyConvertFromToUlf Hermann2026-03-171-2/+4
* QmlCompiler: Don't try copy ctors for constructible typesUlf Hermann2026-03-171-2/+6
* QmlCompiler: Don't warn for ValueTypeBehavior: AssertableUlf Hermann2026-03-132-0/+8
* Doc: Fix numerous typosOlivier De Cannière2026-03-131-2/+2
* QmlCompiler: Honor isList flag when process deferred property typesUlf Hermann2026-03-131-1/+1
* qmllint: implement ErrTypeIsInstantiatedRecursivelySami Shalayel2026-03-122-0/+4
* qmllint: warn when using wrong type nameSami Shalayel2026-03-124-4/+13
* QmlCompiler: Use directly invoked lambda for value type transformationUlf Hermann2026-03-111-2/+5
* Doc: Use \preliminary to mark modules in TPKai Köhne2026-03-101-1/+1
* qmllint: don't warn when assigning to lists without WRITESami Shalayel2026-03-091-1/+1
* qmllint: support attached/grouped list object propertiesSami Shalayel2026-03-092-27/+47
* QmlCompiler: use extension-constructed value types with reinterpret_castUlf Hermann2026-03-091-2/+9
* QtQml: append() implicit bindings to default propertyUlf Hermann2026-03-061-27/+4
* QmlCompiler: split linting into QmlLintPrivate librarySami Shalayel2026-03-0321-4028/+4
* qmllint: warn on new Array() usageSami Shalayel2026-03-021-0/+11
* qqmljstyperesolver: don't resolve enums on idsSami Shalayel2026-03-021-1/+3
* Document licensing of Qt Qml CompilerKai Köhne2026-02-261-0/+8
* qmllint: Extend qmlConfusingExpressionStatement to cover more casesOlivier De Cannière2026-02-252-33/+192