aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldom
Commit message (Expand)AuthorAgeFilesLines
* qmllint: clean up TypeReadersSami Shalayel2026-04-202-8/+5
* dom: don't make TypeReader return warningsSami Shalayel2026-04-161-3/+1
* qqmljsimportvisitor: re-use instead of duplicating scopesSami Shalayel2026-04-163-12/+7
* qqmldomerrormessage: Don't access moved-from objectFabian Kosmale2026-04-011-1/+2
* DOM: apply some header hygieneFabian Kosmale2026-04-014-8/+5
* Fix factory construction with incomplete informationSemih Yavuz2026-03-311-8/+4
* qmlformat/qmlls/dom: mark invalid files in addErrorSami Shalayel2026-03-261-0/+1
* qmlformat: format lambdas correctly with MaxIndentWidth optionSami Shalayel2026-03-162-0/+15
* qmlformat: Preserve comments around try-catch-finally statementsOlivier De Cannière2026-03-122-6/+27
* qmlformat: Preserve comments around generators' star tokenOlivier De Cannière2026-03-125-8/+11
* qmlformat: Preserve comments inside array/object patterns and elisionsOlivier De Cannière2026-03-122-12/+29
* qmlformat: Ensure blank line after id only if something follows itOlivier De Cannière2026-02-162-18/+18
* QQmlJSScope: add virtual/override informationSami Shalayel2026-02-061-0/+2
* qqmldomtop: take a mutex in semanticAnalysis()Sami Shalayel2026-02-032-1/+10
* dom: make FileToLoad::environment return a shared_ptrSami Shalayel2026-01-302-3/+3
* QmlDom: Assert on validity of reference in resolveReference()Ulf Hermann2026-01-171-3/+4
* Replace QVector with QListShawn Rutledge2026-01-096-40/+39
* DOM: split DomItem::resolve(), part 4Sami Shalayel2026-01-091-34/+24
* DOM: split DomItem::resolve(), part 3Sami Shalayel2026-01-091-13/+20
* DOM: split DomItem::resolve(), part 2Sami Shalayel2026-01-091-31/+41
* qqmldomastcreator: remove Q_UNREACHABLE that gets hitSami Shalayel2025-12-181-3/+6
* DOM: split DomItem::resolve(), part 1Sami Shalayel2025-12-181-23/+25
* Qml: qqmljs.g adjust precedence and associativity of keywordsDmitrii Akshintsev2025-12-111-1/+0
* qmlls: use resource files from CMake for the DOMSami Shalayel2025-12-052-2/+17
* semantic highlight: support virtual and override keywordsDmitrii Akshintsev2025-12-041-0/+8
* qmlformat: add support for virtual and override keywordsDmitrii Akshintsev2025-12-045-1/+18
* DOM: rename dvValueLazyField to invokeVisitorOnLazyFieldSami Shalayel2025-11-287-35/+42
* DOM: rename dvReferenceField(s) to invokeVisitorOnReference(s)Sami Shalayel2025-11-284-15/+18
* DOM: rename dvWrapField to invokeVisitorOnFieldSami Shalayel2025-11-288-58/+60
* DOM: rename dvValue to invokeVisitorOnValueSami Shalayel2025-11-2810-96/+123
* DOM: replace dvItem with direct callsSami Shalayel2025-11-2811-338/+328
* DOM: remove wrapFieldSami Shalayel2025-11-284-16/+12
* DOM: remove dvItemFieldSami Shalayel2025-11-2810-219/+241
* DOM: remove dvValueFieldSami Shalayel2025-11-2811-119/+104
* QmlDom: Minor optimizationsUlf Hermann2025-11-271-8/+5
* qqmldomelement: fix coverity warningSami Shalayel2025-11-271-2/+2
* DOM: remove subObjectWrapItemSami Shalayel2025-11-261-6/+3
* DOM: remove dvWrapSami Shalayel2025-11-261-11/+4
* DOM: remove leftover commentSami Shalayel2025-11-261-2/+0
* DOM: remove dvReference(s)FieldSami Shalayel2025-11-261-11/+4
* DOM: remove subLocationItemSami Shalayel2025-11-261-5/+1
* DOM: remove dvValueLazySami Shalayel2025-11-261-14/+5
* DOM: remove subDataItemFieldSami Shalayel2025-11-262-8/+4
* DOM: remove unused fromFileRegionListMap methodSami Shalayel2025-11-261-28/+0
* qmlformat: Add GroupAttributesTogether optionXavier BESSON2025-11-253-15/+66
* Dom: also lazy-load files that don't exist on diskSami Shalayel2025-10-211-1/+3
* Fix coverity warningsUlf Hermann2025-10-084-46/+47
* qmlformat: Support disabling formatting for script expressions via commentsSemih Yavuz2025-10-011-11/+16
* qmlformat: expand OutWriter's constructorSemih Yavuz2025-10-014-15/+39
* qmlformat: disable formatting of non-script expressions via commentsSemih Yavuz2025-10-013-13/+205