https://bugs.kde.org/show_bug.cgi?id=364092
Bug ID: 364092 Summary: User literals can break QString related checks Product: clazy Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: unassigned-b...@kde.org Reporter: mathias.hasselm...@kdab.com CC: smart...@kde.org C++ 11 user literals like inline constexpr QLatin1String operator"" _L1 (const char *str, std::size_t len) { return QLatin1String(str, len); } seem to blind QString related checks like qlatin1string-allocations. -- You are receiving this mail because: You are watching all bug changes.