[clazy] [Bug 354977] New: false positives in rule-of-two-soft

Nyall Dawson via KDE Bugzilla bugzilla_noreply at kde.org
Sat Nov 7 07:10:31 GMT 2015


https://bugs.kde.org/show_bug.cgi?id=354977

            Bug ID: 354977
           Summary: false positives in rule-of-two-soft
           Product: clazy
           Version: unspecified
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: unassigned-bugs at kde.org
          Reporter: nyall.dawson at gmail.com

I'm seeing some false positives in the rule-of-two-soft check:

- Using assign operator but class QModelIndex has copy-ctor but no assign
operator 
-Using copy-ctor but class QPair has a trivial copy-ctor but non trivial assign
operator 

These two classes could probably be ignored safely in the check

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Unassigned-bugs mailing list