[clazy] [Bug 431789] New: False positive with -clazy-inefficient-qlist

Roman bugzilla_noreply at kde.org
Mon Jan 18 16:36:31 GMT 2021


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


More information about the Unassigned-bugs mailing list