[clazy] [Bug 364092] New: User literals can break QString related checks

Mathias Hasselmann via KDE Bugzilla bugzilla_noreply at kde.org
Wed Jun 8 10:30:30 BST 2016


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-bugs at kde.org
          Reporter: mathias.hasselmann at kdab.com
                CC: smartins at 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 the assignee for the bug.



More information about the Unassigned-bugs mailing list