Bug 353770

Summary: new check: Create fixits to convert raw chars to QLatin1Char()
Product: [Developer tools] clazy Reporter: Sergio Martins <smartins>
Component: generalAssignee: Unassigned bugs <unassigned-bugs-null>
Status: RESOLVED LATER    
Severity: wishlist    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

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