Summary: | clazy-rule-of-two-soft false positive if class has move assignment operator | ||
---|---|---|---|
Product: | [Developer tools] clazy | Reporter: | Daniel Pfeifer <daniel> |
Component: | general | Assignee: | Sergio Martins <smartins> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | daniel, smartins |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Daniel Pfeifer
2017-01-25 11:03:18 UTC
thanks, will have a look Git commit 6358b56182a85d962175686db87dd7cb3f40ffe9 by Sergio Martins. Committed on 25/01/2017 at 11:43. Pushed by smartins into branch 'master'. rule-of-two-soft: Add unit-test for a bug A +7 -0 tests/rule-of-two-soft/bug375537.cpp [License: UNKNOWN] * M +4 -0 tests/rule-of-two-soft/config.json The files marked with a * at the end have a non valid license. Please read: http://techbase.kde.org/Policies/Licensing_Policy and use the headers which are listed at that page. https://commits.kde.org/clazy/6358b56182a85d962175686db87dd7cb3f40ffe9 Forgot to use BUG in the commit message. But this is fixed now commit 6fb181bccceaf7dec6bb1d57c849f5156dd54dc3 Author: Sergio Martins <smartins@kde.org> Date: Wed Jan 25 22:01:53 2017 +0000 rule-of-two-soft: Don't warn when using move assign operator Comparing by opertator name wasn't a good idea, also not very clean, so use the proper way too |