aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldom/qqmldomastcreator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Qml: Rename Expression to CommaExpression in the ASTOlivier De Cannière7 days1-4/+2
* semantichighlighting: Add support for final property attributeOlivier De Cannière2025-03-061-0/+5
* qmlformat: Support the final property attributeOlivier De Cannière2025-03-061-0/+1
* qmldom: make Path methods less deceitfulSami Shalayel2025-01-161-29/+29
* qmldom: simplify DomCreationOptionSami Shalayel2025-01-151-1/+1
* QmlDom rename attachedinfo file to filelocationsDmitrii Akshintsev2024-11-141-1/+0
* QmlDom: simplify AttachedInfoDmitrii Akshintsev2024-11-141-2/+2
* QmlDom: remove redundant things related to AttributeInfo and FileLocationsDmitrii Akshintsev2024-11-141-15/+8
* qqmldomastcreator: fix sourcelocations of bindingsSami Shalayel2024-11-111-1/+1
* dom: add sourcelocations to template literalsSami Shalayel2024-11-081-9/+151
* dom: don't crash on lambdas inside of script blocksSami Shalayel2024-10-311-0/+2
* QmlCompiler: Rename QQmlJSLogger's fileName to filePathOlivier De Cannière2024-10-311-1/+1
* qmlls: use .qml from source foldersSami Shalayel2024-09-101-4/+16
* qmlformat: respect the type annotated signal formSemih Yavuz2024-09-031-0/+2
* qqmldomastcreator: add filelocations for signal parenthesesSami Shalayel2024-08-231-4/+9
* semantichighlighting: add highlight for type modifiersSemih Yavuz2024-07-301-0/+2
* qqmljslexer: split T_FUNCTION_STAR into T_FUNCTION and T_STARSami Shalayel2024-07-031-0/+4
* dom: add representation for super and this literalsSami Shalayel2024-06-281-0/+24
* dom: add representation for new + new member expressionsSami Shalayel2024-06-281-0/+49
* dom: add representation for regexp literalsSami Shalayel2024-06-281-0/+13
* dom: add dom representation for template literalsSami Shalayel2024-06-281-6/+44
* Fix various style problemsUlf Hermann2024-06-201-2/+2
* QtQml: Fix misuse of logging categoriesUlf Hermann2024-06-141-1/+1
* qmlformat: Do not remove the enum items' default valueSemih Yavuz2024-06-051-1/+3
* dom: add dom representation for lambdasSami Shalayel2024-06-041-157/+200
* qmlls: don't crash on invalid codeSami Shalayel2024-06-041-3/+5
* qqmldomastcreator: move widely used check into own methodSami Shalayel2024-05-231-56/+56
* semantichighlighting: highlight for-declarationsSemih Yavuz2024-05-071-0/+12
* qmldom: Add more file locationsSemih Yavuz2024-05-071-1/+10
* Add file locations for enum keyword and valuesSemih Yavuz2024-04-111-3/+4
* Add property type identifier locationsSemih Yavuz2024-04-111-0/+2
* Add file locations for Pragma keyword, id and the valuesSemih Yavuz2024-04-111-0/+9
* Add missing file locations in Function DeclarationsSemih Yavuz2024-04-111-0/+11
* Add missing file locations in ImportSemih Yavuz2024-04-111-2/+19
* dom: avoid asserts during dom constructionSami Shalayel2024-04-051-34/+36
* dom: dot separated identifiers for all bindingsSami Shalayel2024-04-051-4/+32
* dom: fix semantic scopes in property definitionsSami Shalayel2024-03-211-4/+12
* qmlls: find usages of inline components in property definitionsSami Shalayel2024-03-211-0/+8
* qmlls: find usages of inline components in same fileSami Shalayel2024-03-211-0/+14
* dom: enable populateQmlFile as visitor in importerSami Shalayel2024-03-211-12/+50
* dom: make QmlFile aware of its lazinessSami Shalayel2024-03-191-1/+1
* dom: move the importer and mapper to DomEnvironmentSami Shalayel2024-03-151-2/+3
* dom: move createDom into DomEnvironment + renameSami Shalayel2024-03-141-48/+0
* qqmldomcomments: link comments to nodes or regions by CommentCollectorSemih Yavuz2024-02-221-2/+4
* qmlls: support nested expressions in completionSami Shalayel2024-01-161-0/+23
* qmlls: fix QmlObject and type annotation completionSami Shalayel2024-01-161-0/+13
* qmldom: make type a FieldMemberExpressionSami Shalayel2024-01-161-33/+63
* qmlls: adapt parser for attached/grouped properties completionSami Shalayel2023-12-291-0/+15
* QmlDom: Pass arguments by const ref, next roundUlf Hermann2023-12-151-7/+12
* qmlls: find usages of enumerationsSemih Yavuz2023-12-091-2/+7