https://bugs.kde.org/show_bug.cgi?id=431789
Bug ID: 431789 Summary: False positive with -clazy-inefficient-qlist Product: clazy Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: unassigned-b...@kde.org Reporter: dism...@gmail.com CC: smart...@kde.org Target Milestone: --- Clazy shows an error about inefficient use of QList in the case of QList<T> QMap::values() method. STEPS TO REPRODUCE 1. Call QList<T> QMap::values() for type with size 16 bytes. Because there is no values() method with QVector it should probably skip this case. -- You are receiving this mail because: You are watching all bug changes.