aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/parser/qqmljsast_p.h
Commit message (Expand)AuthorAgeFilesLines
* Add file locations for Pragma keyword, id and the valuesSemih Yavuz9 days1-0/+1
* qmlls: completions in variable declarationsSami Shalayel2023-12-051-1/+57
* qmlls: fix completions on qualified identifiersSami Shalayel2023-11-161-0/+1
* qmlls: add completion for pragmasSami Shalayel2023-09-261-0/+1
* qmlls: highlight names inside of inline component definitionsSami Shalayel2023-08-171-0/+1
* qmlls: find definitions of function parametersSami Shalayel2023-06-051-2/+4
* QmlDom: support function parameters and coSami Shalayel2023-06-021-2/+11
* QML: Allow pragmas with multiple valuesUlf Hermann2023-02-221-3/+44
* QmlCompiler: Fix recognition of builtin list typesUlf Hermann2022-12-151-4/+4
* Parser: Simplify argument "lists" for type annotationsUlf Hermann2022-10-191-44/+21
* qml: fix TypeArgumentListFawzi Mohamed2022-10-191-1/+1
* Explicitly include qtaggedpointer.hIvan Solovev2022-07-011-0/+1
* qmlast: add missing tokens for enum declarationMoody Liu2022-06-241-0/+2
* QQmlJS::AST: Do not dereference nullptr to get static AST kindUlf Hermann2022-06-151-2/+4
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* QML/AST: Remove dead codeFabian Kosmale2021-11-261-6/+0
* Clean up property attributes (2/2)Fabian Kosmale2021-11-171-19/+84
* Clean up property attributes (1/2)Fabian Kosmale2021-11-171-14/+25
* Add a Pragma for list assign behaviorUlf Hermann2021-10-131-2/+3
* Treat substitution free template string literals as string bindingsFabian Kosmale2021-07-231-0/+1
* QQmlJSAst: Silence CodeChecker warningFabian Kosmale2021-05-031-1/+1
* Implement optional chainingMaximilian Goldstein2021-04-131-0/+4
* QV4CompilerScanFunctions: Silence code checker warningFabian Kosmale2021-03-301-2/+5
* QML: Warn about usage of injected signal parametersUlf Hermann2021-02-121-3/+10
* Port QtDeclarative from QStringRef to QStringViewKarsten Heimrich2020-06-161-73/+73
* Fix 'as' binary operation using invalid typesMaximilian Goldstein2020-05-201-0/+21
* Allow partial and absent version specifiers in import statementsUlf Hermann2020-03-171-0/+5
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-091-1/+1
|\
| * Get rid of extra spaceFawzi Mohamed2020-03-031-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-171-123/+188
|\|
| * Add UiAnnotation for annotation objectsFawzi Mohamed2020-02-121-3/+27
| * Introduce BaseVisitorFawzi Mohamed2020-02-121-118/+118
| * Make UiObjectDefinition uniformFawzi Mohamed2020-02-121-4/+5
| * Add annotations to ASTFawzi Mohamed2020-02-121-2/+42
* | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-02-031-1/+24
|\|
| * Required properties: Allow retroactive require specificationFabian Kosmale2020-01-311-1/+24
* | Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-031-3/+6
|/
* Long live QML inline componentsFabian Kosmale2020-01-231-0/+23
* qml/parser: Implement nullish coalescingMaximilian Goldstein2019-12-051-0/+1
* Add (and ignore for now) type assertions to QMLUlf Hermann2019-11-271-0/+1
* QML: Consider the semicolon as part of expression statementsUlf Hermann2019-11-181-1/+1
* Remove QQmlJS::AST::UiImport::versionTokenUlf Hermann2019-10-101-1/+0
* V4: Provide an environment variable to disable runtime stack size checksUlf Hermann2019-09-171-1/+7
* Introduce required properties to QMLFabian Kosmale2019-09-091-0/+5
* Visit lists iteratively when determining source locations in QMLFabian Kosmale2019-09-031-17/+44
* Support top level generator functionsFabian Kosmale2019-07-231-2/+2
* Add support for type script QML signal parameter declarationsSimon Hausmann2019-07-091-2/+3
* Add support for C++ accessible typed parameters and return types in qml funct...Simon Hausmann2019-07-091-0/+4
* Collect type information for function parametersSimon Hausmann2019-07-091-1/+6
* Fix internal boundNames() API to expose optional typesSimon Hausmann2019-07-091-5/+27