[clazy] [Bug 403088] function-args-by-value should ignore std::atomic

2019-01-16 Thread Matthew Woehlke
https://bugs.kde.org/show_bug.cgi?id=403088 --- Comment #2 from Matthew Woehlke --- Oh, wow... I hadn't even thought about std::atomic being non-copyable. Checking for that (since following clazy's advice in such cases will break your code) is indeed a much better fix; thanks! -- You are receiv

[clazy] [Bug 403088] function-args-by-value should ignore std::atomic

2019-01-13 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=403088 Sergio Martins changed: What|Removed |Added Latest Commit||https://commits.kde.org/cla

[clazy] [Bug 403088] function-args-by-value should ignore std::atomic

2019-01-11 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=403088 Sergio Martins changed: What|Removed |Added Ever confirmed|0 |1 Assignee|unassigned-b...@kde.org