[clazy] [Bug 379342] clazy-function-args-by-value false positive when ref constructor arg is stored as ref in class

2017-09-18 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=379342 Sergio Martins changed: What|Removed |Added Status|CONFIRMED |RESOLVED Latest Commit|

[clazy] [Bug 379342] clazy-function-args-by-value false positive when ref constructor arg is stored as ref in class

2017-09-18 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=379342 --- Comment #4 from Sergio Martins --- Git commit 64541809a9a98c6f16f80587baacb1ab7eeef381 by Sergio Martins. Committed on 18/09/2017 at 20:57. Pushed by smartins into branch '1.2'. function-args-by-value: Add unit-test for bug 379342 M +2-1t

[clazy] [Bug 379342] clazy-function-args-by-value false positive when ref constructor arg is stored as ref in class

2017-04-30 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=379342 --- Comment #3 from markus.enzenber...@gmail.com --- I currently only have access to gcc and clang and they both do not warn if the reference argument is replaced by a value argument even if it obviously makes no sense to store a reference to a temporary

[clazy] [Bug 379342] clazy-function-args-by-value false positive when ref constructor arg is stored as ref in class

2017-04-30 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=379342 Sergio Martins changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED Ever confirmed|0

[clazy] [Bug 379342] clazy-function-args-by-value false positive when ref constructor arg is stored as ref in class

2017-04-30 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=379342 Sergio Martins changed: What|Removed |Added Assignee|unassigned-b...@kde.org |smart...@kde.org -- You are receiving this ma

[clazy] [Bug 379342] clazy-function-args-by-value false positive when ref constructor arg is stored as ref in class

2017-04-29 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=379342 --- Comment #1 from markus.enzenber...@gmail.com --- Forget the last sentence about the non-const-ref case, of course there is no optimization there. -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 379342] clazy-function-args-by-value false positive when ref constructor arg is stored as ref in class

2017-04-29 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=379342 markus.enzenber...@gmail.com changed: What|Removed |Added CC||markus.enzenber...@gmail.co