aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldom/qqmldompath_p.h
Commit message (Expand)AuthorAgeFilesLines
* QML DOM: use QStringView for Fields, not const char_16 arraysGiuseppe D'Angelo2025-03-271-1/+1
* qmldom: make Path methods less deceitfulSami Shalayel2025-01-161-26/+26
* dom: remove unused Path::Empty() methodSami Shalayel2025-01-151-1/+0
* QmlDom: remove redundant things related to AttributeInfo and FileLocationsDmitrii Akshintsev2024-11-141-2/+0
* QmlDom. remove UpdatedScriptExpressionsDmitrii Akshintsev2024-11-051-1/+0
* dom: add representation for regexp literalsSami Shalayel2024-06-281-0/+2
* dom: add dom representation for template literalsSami Shalayel2024-06-281-0/+1
* DOM refactoring. Remove Queue from DOMUniverseDmitrii Akshintsev2024-01-211-1/+0
* qmldom: make type a FieldMemberExpressionSami Shalayel2024-01-161-0/+2
* QmlDom: Pass arguments by const ref, next roundUlf Hermann2023-12-151-29/+34
* qmlls: implement completions for labelled statementsSami Shalayel2023-12-061-0/+1
* qmldom: add support for continue and break statement representationsSami Shalayel2023-12-061-0/+1
* QmlDom: remove DomType::CaseClauses, introduce moreCaseClausesSami Shalayel2023-12-041-0/+1
* qmldom: add support for try catch statementsSami Shalayel2023-11-281-0/+3
* qmldom: Dom representation for dot separated identifiersSemih Yavuz2023-10-311-0/+1
* QmlDom: Civilize PathComponent::dataUlf Hermann2023-09-191-223/+104
* qmldom: Fix coverity warningsUlf Hermann2023-09-151-5/+50
* QmlDom: Add const-correctnessUlf Hermann2023-09-151-11/+15
* qmldom: Add switch statement dom representationSemih Yavuz2023-06-271-0/+4
* QmlDom: support function parameters and coSami Shalayel2023-06-021-0/+4
* QmlDom: Add GenericScriptElement and CallExpressionSami Shalayel2023-05-231-0/+9
* Dom: Introduce scriptelements in the DOM representationSami Shalayel2023-05-021-0/+16
* Dom: cosmetic fixesSami Shalayel2023-04-121-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-111-37/+3
* Remove workaround for QTypeTraits bugFabian Kosmale2022-03-221-12/+0
* QQmlJS::Dom::PathIterator: fix relational operators in C++20 modeMarc Mutz2022-01-241-2/+2
* qmldom: support qmltypesFawzi Mohamed2021-08-271-4/+15
* qmldom: improve path and addError performanceFawzi Mohamed2021-08-161-9/+19
* qmldom: representation and load of Qml FilesFawzi Mohamed2021-06-051-3/+3
* qmldom: improve PathFawzi Mohamed2021-05-311-20/+51
* qmldom: Improve basic infrastructureFawzi Mohamed2021-04-141-153/+219
* qmldom: Add Path and ErrorMessage to DomFawzi Mohamed2020-12-011-0/+721