https://bugs.kde.org/show_bug.cgi?id=514554
Bug ID: 514554
Summary: Suggest Qt6 StringView check similar to Qt <= 5
qstring-ref
Classification: Developer tools
Product: clazy
Version First unspecified
Reported In:
Platform: Other
OS: Linux
Status: REPORTED
Severity: wishlist
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
Before Qt 6 QStringRef could speed up the use of several QString-related
operations. Clazy offered the check qstring-ref for this.
With Qt 6 QStringRef is gone and QStringView plays a similar role. We should
add a new check that points out perfomance gains by using QStringView-based
functions.
Related discussions:
https://invent.kde.org/sdk/clazy/-/merge_requests/232
https://invent.kde.org/sdk/clazy/-/merge_requests/240
--
You are receiving this mail because:
You are watching all bug changes.