Bug 354144 - new check: Pass QChar instead of QString to overloads taking QChar
Summary: new check: Pass QChar instead of QString to overloads taking QChar
Status: RESOLVED LATER
Alias: None
Product: clazy
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-20 20:28 UTC by Sergio Martins
Modified: 2018-03-24 12:09 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergio Martins 2015-10-20 20:28:18 UTC
foo.join(QStringLiteral(" ")) -> foo.join(' ')

The later form is better since it occupies less space in .rodata and doesn't use lambda