[clazy] [Bug 365940] New: Warn when using non-owning smart pointers as associative container key

2016-07-21 Thread Volker Krause via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365940 Bug ID: 365940 Summary: Warn when using non-owning smart pointers as associative container key Product: clazy Version: unspecified Platform: Other OS: Linux

[clazy] [Bug 362063] New: [qobject-macro] False positive when implementing qt_metacall manually

2016-04-22 Thread Volker Krause via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362063 Bug ID: 362063 Summary: [qobject-macro] False positive when implementing qt_metacall manually Product: clazy Version: unspecified Platform: Other OS: Linux

[clazy] [Bug 360374] Check for QString::left(1) mis-use.

2016-04-13 Thread Volker Krause via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360374 --- Comment #2 from Volker Krause --- I haven't found a valid use of left(1) yet, so an unconditional warning would probably be fine. In theory it differs from at(0) in that it returns a QString rather than a QChar, which doesn't matter for string conca

[clazy] [Bug 360374] New: Check for QString::left(1) mis-use.

2016-03-10 Thread Volker Krause via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360374 Bug ID: 360374 Summary: Check for QString::left(1) mis-use. Product: clazy Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: wishlist

[clazy] [Bug 360338] New: qstring-ref check does not trigger for toFloat() calls on string temporaries

2016-03-09 Thread Volker Krause via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360338 Bug ID: 360338 Summary: qstring-ref check does not trigger for toFloat() calls on string temporaries Product: clazy Version: unspecified Platform: Other OS: Linux

[clazy] [Bug 360112] New: function-args-by-ref triggers on (deleted) copy ctor

2016-03-05 Thread Volker Krause via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360112 Bug ID: 360112 Summary: function-args-by-ref triggers on (deleted) copy ctor Product: clazy Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Se