aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmldom/domitem/tst_qmldomitem.h
Commit message (Expand)AuthorAgeFilesLines
* qmlls: don't crash on missing loggerSami Shalayel32 hours1-0/+14
* dom: add dom representation for lambdasSami Shalayel2024-06-041-0/+308
* qmlls: don't crash on invalid codeSami Shalayel2024-06-041-0/+3
* qmlls: implement commitToBase workflow for lazy filesSami Shalayel2024-05-231-0/+151
* qmldomcomments: include comment start string in the comment locationSemih Yavuz2024-05-071-0/+41
* dom: load .ui.qml files in implicit importSami Shalayel2024-04-231-0/+7
* qmldom: workaround crash in visiting AstCommentsSemih Yavuz2024-04-111-0/+23
* Add file locations for enum keyword and valuesSemih Yavuz2024-04-111-0/+16
* Add file locations for Pragma keyword, id and the valuesSemih Yavuz2024-04-111-1/+19
* Add missing file locations in Function DeclarationsSemih Yavuz2024-04-111-0/+25
* Add missing file locations in ImportSemih Yavuz2024-04-111-0/+86
* dom: avoid asserts during dom constructionSami Shalayel2024-04-051-0/+6
* dom: dot separated identifiers for all bindingsSami Shalayel2024-04-051-0/+38
* qmlls: fix crash when loading a file multiple timesSami Shalayel2024-03-271-0/+34
* DomItem: allow fieldfilters in visitTreeSami Shalayel2024-03-261-0/+47
* dom: fix semantic scopes in property definitionsSami Shalayel2024-03-211-0/+31
* qmlls: find usages of inline components in same fileSami Shalayel2024-03-211-1/+9
* dom: enable populateQmlFile as visitor in importerSami Shalayel2024-03-211-0/+32
* DOM: Allow loading and parsing of .mjs files + minor renameDmitrii Akshintsev2024-03-201-6/+14
* dom: use only one DomCreationOptions per DomEnvironmentSami Shalayel2024-03-141-22/+28
* ScriptExpression allow storing .mjs codeDmitrii Akshintsev2024-03-131-0/+7
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* DOM refactoring. Remove LoadOptionsDmitrii Akshintsev2024-01-301-68/+44
* DOM: refactoring. nit cleanupDmitrii Akshintsev2024-01-201-2/+1
* DOM Refactoring. Move loadbuiltins from DomItem to DomEnvironmentDmitrii Akshintsev2024-01-191-2/+1
* DOM refactoring. Move loadPendingDependencies to DomEnvironmentDmitrii Akshintsev2024-01-181-18/+11
* DOM refactoring. Remove DomItem::loadItem. enable_shared_from_this for DomEnv*Dmitrii Akshintsev2024-01-181-41/+63
* qmldom: make type a FieldMemberExpressionSami Shalayel2024-01-161-0/+61
* QmlDom: Pass arguments by const ref, next roundUlf Hermann2023-12-151-2/+2
* dom: add representation for unary expressionsSami Shalayel2023-12-081-0/+41
* qmlls: support completions in conditional expressionsSami Shalayel2023-12-071-0/+25
* qmlls: completions for comma expressionsSami Shalayel2023-12-071-0/+27
* qmlls: fix method body and statement completionSami Shalayel2023-12-071-0/+11
* DOM: Add js code holder to JsFileDmitrii Akshintsev2023-12-071-2/+14
* DOM: Allow loading and parsing of .js filesDmitrii Akshintsev2023-12-071-4/+29
* qmldom: add support for continue and break statement representationsSami Shalayel2023-12-061-0/+36
* QmlDom: remove DomType::CaseClauses, introduce moreCaseClausesSami Shalayel2023-12-041-0/+11
* qmldom: add support for try catch statementsSami Shalayel2023-11-281-0/+66
* qmlls: check optional before accessing itSami Shalayel2023-11-201-0/+16
* tst_qmldomitem: Add tests for enumerations in domSemih Yavuz2023-11-031-0/+27
* qmldom: introduce FileLocationRegion enum as key for sourcelocationsSami Shalayel2023-11-011-0/+66
* qmldom: Dom representation for dot separated identifiersSemih Yavuz2023-10-311-0/+49
* Dom: document finalizeScriptExpressionSami Shalayel2023-10-091-17/+17
* QQmlJSScope: Rename js identifier lookup functionsOlivier De Cannière2023-10-061-31/+30
* qmlls: fix DomItem::filterUp and DomItem::rootQmlObjectSami Shalayel2023-09-261-0/+53
* qmldom: Use QQmlJSScope::ConstPtr rather than optional<QQmlJSScope::Ptr>Ulf Hermann2023-09-181-64/+46
* qmldom: Fix coverity warningsUlf Hermann2023-09-151-3/+3
* QmlDom: Add const-correctnessUlf Hermann2023-09-151-13/+13
* qmldomastcreator: do not crash when constructing ecmascript classSemih Yavuz2023-09-101-0/+8
* qmlls: find usages of signals and bindingsSami Shalayel2023-07-211-0/+26