| Summary: | new check: Pass QChar instead of QString to overloads taking QChar | ||
|---|---|---|---|
| Product: | [Developer tools] clazy | Reporter: | Sergio Martins <smartins> |
| Component: | general | Assignee: | Unassigned bugs <unassigned-bugs-null> |
| Status: | RESOLVED LATER | ||
| Severity: | wishlist | CC: | eric.lemanissier |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
foo.join(QStringLiteral(" ")) -> foo.join(' ') The later form is better since it occupies less space in .rodata and doesn't use lambda