Summary: | function-args-by-ref triggers on (deleted) copy ctor | ||
---|---|---|---|
Product: | [Developer tools] clazy | Reporter: | Volker Krause <vkrause> |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | smartins |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/clazy/b5e1d718ce41d3c76612c72e650c03923bf70231 | Version Fixed In: | |
Sentry Crash Report: |
Description
Volker Krause
2016-03-05 10:58:41 UTC
Git commit b5e1d718ce41d3c76612c72e650c03923bf70231 by Sergio Martins. Committed on 05/03/2016 at 11:11. Pushed by smartins into branch 'master'. function-args-by-ref: Don't warn for deleted functions M +3 -2 checks/function-args-by-ref.cpp M +5 -0 tests/function-args-by-ref/main.cpp M +5 -0 tests/function-args-by-ref/main.cpp_fixed.cpp.expected http://commits.kde.org/clazy/b5e1d718ce41d3c76612c72e650c03923bf70231 Git commit 103cd730dda8b6cfe36f514e5ee75f556cacf1a9 by Sergio Martins. Committed on 05/03/2016 at 11:15. Pushed by smartins into branch 'master'. function-args-by-ref: Unit-test that we don't warn for copy-ctors This was already the case. M +5 -0 tests/function-args-by-ref/main.cpp M +5 -0 tests/function-args-by-ref/main.cpp_fixed.cpp.expected http://commits.kde.org/clazy/103cd730dda8b6cfe36f514e5ee75f556cacf1a9 |