Bug 353770 - new check: Create fixits to convert raw chars to QLatin1Char()
Summary: new check: Create fixits to convert raw chars to QLatin1Char()
Status: RESOLVED LATER
Alias: None
Product: clazy
Classification: Developer tools
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Unassigned bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-10 18:08 UTC by Sergio Martins
Modified: 2018-03-24 12:09 UTC (History)
0 users

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-10 18:08:02 UTC
qstring-uneeded-heap-allocations helps whenever the code allocates memory
But it doesn't convert all cases needed to use QT_NO_CAST_FROM_ASCII

For all the other cases where there's no allocation, we need a new check with fixit

Reproducible: Always