aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6_generator/ApiExtractor/messages.cpp
Commit message (Collapse)AuthorAgeFilesLines
* shiboken6: Fix clang-tidy warnings about QString::fromLatin1()Friedemann Kleint5 days1-3/+3
| | | | | | | | | Replace by literals/additions, fixing: - warning: QString::fromLatin1() being passed a literal [clazy-qstring-allocations] Pick-to: 6.10 6.8 Change-Id: I60be74c4f4b86c943a02392734aadf406567e338 Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
* shiboken6: Add messages about synthesized functionsFriedemann Kleint11 days1-0/+49
| | | | | | | | | | Extend the internal flags of AbstractMetaFunction by C++ 20 operator information and add helpers to format messages based on that. Task-number: PYSIDE-3245 Change-Id: I65311e973f8995cd2535e4b936e9f576fa312b1b Reviewed-by: Ece Cinucen <ece.cinucen@qt.io> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
* shiboken6: Move AbstractMetaFunction::Flags out of the classFriedemann Kleint11 days1-2/+2
| | | | | | | | This enables using them for messages and other things. Task-number: PYSIDE-3245 Change-Id: If2acccbfdbc53d28f84cfe5341898347a9938c53 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
* Move the shiboken-generator source aroundFriedemann Kleint2025-11-241-0/+1118
THIS COMMIT WAS GENERATED BY A SCRIPT Task-number: PYSIDE-962 Task-number: PYSIDE-1587 Change-Id: I58b05c3d05606efb6303193f2d7f907a0ab5741b Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>