aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldom/qqmldomcomments.cpp
Commit message (Expand)AuthorAgeFilesLines
* qmlformat: remove LineWriter::startSourceLocation()Dmitrii Akshintsev2025-03-251-2/+0
* qmlformat: Remove PendingSourceLocation::toUpdateDmitrii Akshintsev2025-03-241-14/+13
* qmlformat: don't make comments jump around functionsSami Shalayel2025-03-181-0/+31
* qmlformat: fix comments around class name and {}Sami Shalayel2025-03-181-0/+11
* qmlformat: add custom comment anchoring for caseSami Shalayel2025-03-181-20/+50
* qmldom: make Path methods less deceitfulSami Shalayel2025-01-161-3/+3
* QmlDom rename attachedinfo file to filelocationsDmitrii Akshintsev2024-11-141-1/+0
* QmlDom: simplify AttachedInfoDmitrii Akshintsev2024-11-141-3/+1
* QmlDom: Dissolve FileLocations into a namespace and FileLocations::InfoDmitrii Akshintsev2024-11-141-1/+1
* QmlDom: remove redundant things related to AttributeInfo and FileLocationsDmitrii Akshintsev2024-11-141-3/+2
* dom: add fileLocation entries to comments in FileLocationTreeSami Shalayel2024-11-111-6/+14
* SourceLocation: make begin() and end() qsizetypeSami Shalayel2024-10-091-24/+22
* QtQml: Fix misuse of logging categoriesUlf Hermann2024-06-141-1/+1
* qmldomcomments: include comment start string in the comment locationSemih Yavuz2024-05-071-1/+8
* Add source location info to CommentSemih Yavuz2024-04-111-1/+2
* qqmldomcomment: Remove dead codeSemih Yavuz2024-04-111-16/+0
* qmldom: workaround crash in visiting AstCommentsSemih Yavuz2024-04-111-28/+14
* Add file locations for enum keyword and valuesSemih Yavuz2024-04-111-2/+7
* Add missing file locations in ImportSemih Yavuz2024-04-111-0/+3
* Correct license for module and plugin fileLucie Gérard2024-04-091-1/+1
* Fix CodeChecker warning in qqmldomcommentsSemih Yavuz2024-02-261-3/+3
* qqmldomcomments: link comments to nodes or regions by CommentCollectorSemih Yavuz2024-02-221-181/+243
* Filter down item regions that comments can attach toSemih Yavuz2024-02-221-4/+27
* qmldomcomments: Remove dead code, take 2Semih Yavuz2024-01-231-36/+0
* qqmldomcomments: Add comment type in Comment classSemih Yavuz2024-01-221-23/+15
* qmldomcomments:Get rid of redundant itemsSemih Yavuz2024-01-221-2/+0
* QmlDom: Pass arguments by const ref, next roundUlf Hermann2023-12-151-6/+8
* qmldom: introduce FileLocationRegion enum as key for sourcelocationsSami Shalayel2023-11-011-11/+15
* qmldom: Fix coverity warningsUlf Hermann2023-09-151-5/+6
* QmlDom: Add const-correctnessUlf Hermann2023-09-151-7/+7
* FileLocations::Tree: rename treePtr and fileLocationsPtrSami Shalayel2023-05-041-1/+1
* qmlformat: change comment handling behaviorSemih Yavuz2023-04-121-9/+21
* QML: Allow pragmas with multiple valuesUlf Hermann2023-02-221-0/+3
* QML DOM: Remove support for Qt < 6.5Fabian Kosmale2023-01-301-4/+0
* Parser: Simplify argument "lists" for type annotationsUlf Hermann2022-10-191-0/+4
* Port from container::count() and length() to size()Marc Mutz2022-10-071-5/+5
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* qmldom: comment fixFawzi Mohamed2021-11-051-1/+1
* Fix warnings when which are treated as errors with -developer-buildAssam Boudjelthia2021-10-041-1/+1
* qmldom: writeOut, write reformatted QmlFawzi Mohamed2021-06-051-0/+37
* qmldom: representation and load of Qml FilesFawzi Mohamed2021-06-051-0/+714