https://bugs.kde.org/show_bug.cgi?id=356699
Bug ID: 356699
Summary: detaching-member: don't warn when non-const method is
called on item
Product: clazy
Version: unspecified
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Currently clazy throws an incorrect warning with the detaching-member test when
a non-const method is called. For instance,
list[1]->someNonConstMethod();
is incorrectly throwing the detach warning.
--
You are receiving this mail because:
You are watching all bug changes.