[clazy] [Bug 385851] Allow visiting of implicit code

2017-10-17 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=385851 --- Comment #1 from Sergio Martins --- By implicit CTORs you mean the compiler-synthesized ones ? Which clazy check would find anything interesting in there ? -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 385890] CMake error with -DCLAZY_BUILD_UTILS_LIB

2017-10-18 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=385890 Sergio Martins changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED Assignee|unassigned-b

[clazy] [Bug 385851] Allow visiting of implicit code

2017-10-18 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=385851 Sergio Martins changed: What|Removed |Added Ever confirmed|0 |1 Assignee|unassigned-b...@kde.org

[clazy] [Bug 385544] Validate regular expressions passed to QRegExp and QRegularExpression

2017-10-18 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=385544 --- Comment #2 from Sergio Martins --- One option is to link to pcre or Qt and validate the string. Additionally, I think it should warn if you're not using C++11 raw-string-literals, which makes code much less error prone. -- You are receiving

[clazy] [Bug 385890] CMake error with -DCLAZY_BUILD_UTILS_LIB

2017-10-19 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=385890 Sergio Martins changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution

[clazy] [Bug 385890] CMake error with -DCLAZY_BUILD_UTILS_LIB

2017-10-19 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=385890 --- Comment #3 from Sergio Martins --- Make install worked for me because I was using in-source build. Maybe CI would be a good idea. Thanks for fixing -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 385851] Allow visiting of implicit code

2017-10-19 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=385851 Sergio Martins changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution

[clazy] [Bug 386134] Add qgraphicsitem_cast check.

2017-10-24 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=386134 Sergio Martins changed: What|Removed |Added Assignee|unassigned-b...@kde.org |smart...@kde.org --- Comment #1 from Sergio

[clazy] [Bug 386134] Add qgraphicsitem_cast check.

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

[clazy] [Bug 370714] new check: event() and eventFilter() returning false instead of calling their base class

2016-12-10 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=370714 Sergio Martins changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[clazy] [Bug 373947] Signals false positive

2016-12-20 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=373947 --- Comment #2 from Sergio Martins --- Git commit 234daa48b88a93c12a7e8d08e5ab8b83ca02099e by Sergio Martins. Committed on 20/12/2016 at 15:14. Pushed by smartins into branch 'master'. incorrect-emit: Move to level2 until false-positives ar

[clazy] [Bug 373947] Signals false positive

2016-12-20 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=373947 Sergio Martins changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[clazy] [Bug 373947] Signals false positive

2016-12-21 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=373947 --- Comment #3 from Sergio Martins --- Git commit 789c9eb0cd108ddcc839815901462e12cd60c825 by Sergio Martins. Committed on 21/12/2016 at 23:25. Pushed by smartins into branch 'master'. incorrect-emit: Don't warn about emit in CTOR if

[clazy] [Bug 373947] Signals false positive

2016-12-24 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=373947 --- Comment #4 from Sergio Martins --- Git commit ca5af76d638c6582ed2466809d6edb0dfb34730e by Sergio Martins. Committed on 24/12/2016 at 10:17. Pushed by smartins into branch 'master'. incorrect-emit: Also honour Q_SLOT and Q_SIGNAL keywor

[clazy] [Bug 373947] Signals false positive

2016-12-27 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=373947 Sergio Martins changed: What|Removed |Added Assignee|unassigned-b...@kde.org |smart...@kde.org -- You are receiving this

[clazy] [Bug 373947] Signals false positive

2016-12-27 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=373947 Sergio Martins changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution

[clazy] [Bug 373947] Signals false positive

2016-12-28 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=373947 --- Comment #7 from Sergio Martins --- Git commit 968595ee454e1b7c51635d0b1ced3902c8ab3984 by Sergio Martins. Committed on 28/12/2016 at 13:22. Pushed by smartins into branch 'master'. incorrect-emit: Add unit-test for a bug that should b

[clazy] [Bug 373947] Signals false positive

2016-12-28 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=373947 Sergio Martins changed: What|Removed |Added Resolution|--- |FIXED Status|REOPENED

[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

[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 383377] Add clazy-standalone option to only consider specific headers

2017-09-19 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=383377 Sergio Martins changed: What|Removed |Added Severity|normal |wishlist -- You are receiving this mail

[clazy] [Bug 384926] ctor-missing-parent-argument for subclasses of QCoreApplication

2017-09-21 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=384926 Sergio Martins changed: What|Removed |Added Ever confirmed|0 |1 Assignee|unassigned-b...@kde.org

[clazy] [Bug 384926] ctor-missing-parent-argument for subclasses of QCoreApplication

2017-09-21 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=384926 --- Comment #4 from Sergio Martins --- Git commit 641ef2cf56a5d8e64e43a46e01aee0efd354215a by Sergio Martins. Committed on 21/09/2017 at 15:04. Pushed by smartins into branch '1.2'. ctor-missing-parent-argument: Add a failing unit-test M

[clazy] [Bug 384926] ctor-missing-parent-argument for subclasses of QCoreApplication

2017-09-21 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=384926 Sergio Martins changed: What|Removed |Added Latest Commit||https://commits.kde.org/cla

[clazy] [Bug 385475] Warn on broken Qt autoconnected slots

2017-10-08 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=385475 Sergio Martins changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[clazy] [Bug 385475] Warn on broken Qt autoconnected slots

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

[clazy] [Bug 385476] Warn on use of Qt autoconnected slots

2017-10-08 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=385476 Sergio Martins changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[clazy] [Bug 385544] Validate regular expressions passed to QRegExp and QRegularExpression

2017-10-10 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=385544 Sergio Martins changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[clazy] [Bug 385544] Validate regular expressions passed to QRegExp and QRegularExpression

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

[clazy] [Bug 385544] Validate regular expressions passed to QRegExp and QRegularExpression

2017-10-10 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=385544 --- Comment #1 from Sergio Martins --- we could use a regular expression to validate regular expressions :) -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 376737] clazy-qstring-ref false positive with QVariant

2017-03-17 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=376737 Sergio Martins changed: What|Removed |Added Resolution|--- |FIXED Status|REOPENED

[clazy] [Bug 377617] clazy-qstring-left makes false assumption

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

[clazy] [Bug 377617] clazy-qstring-left makes false assumption

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

[clazy] [Bug 377617] clazy-qstring-left makes false assumption

2017-03-18 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=377617 --- Comment #1 from Sergio Martins --- Git commit 4234fabc16cbdf3d14ab05fc20f251fcb04719b2 by Sergio Martins. Committed on 18/03/2017 at 11:43. Pushed by smartins into branch '1.1'. qstring-left: Improve readme at(0) asserts if string is em

[clazy] [Bug 377617] clazy-qstring-left makes false assumption

2017-03-18 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=377617 --- Comment #2 from Sergio Martins --- While that's true, it's still faster to call !isEmpty()+at(0) since they don't allocate memory. I don't see any solution besides improving the readme -- You are receiving this mail because:

[clazy] [Bug 377617] clazy-qstring-left makes false assumption

2017-03-19 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=377617 Sergio Martins changed: What|Removed |Added Resolution|--- |FIXED Latest Commit

[clazy] [Bug 367906] New: warn on emit on non-signal

2017-03-19 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=367906 Sergio Martins changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[clazy] [Bug 367906] New: warn on emit on non-signal

2017-03-19 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=367906 Sergio Martins changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED

[clazy] [Bug 367906] New: warn on emit on non-signal

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

[clazy] [Bug 376737] clazy-qstring-ref false positive with QVariant

2017-03-20 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=376737 Sergio Martins changed: What|Removed |Added Latest Commit|https://commits.kde.org/cla |https://commits.kde.org/cla

[clazy] [Bug 378677] returning-void-expression false positive

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

[clazy] [Bug 378677] returning-void-expression false positive

2017-04-12 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=378677 --- Comment #1 from Sergio Martins --- Git commit 9bccb9a02a1ee0211e7e2b4cadd2d785a4ba792b by Sergio Martins. Committed on 12/04/2017 at 14:29. Pushed by smartins into branch '1.1'. Add unit-test for bug 378677 M +5-0tests/retu

[clazy] [Bug 378677] returning-void-expression false positive

2017-04-12 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=378677 --- Comment #2 from Sergio Martins --- Which clang version are you on ? I can't repro with 3.9. `-FunctionDecl 0x1f64cf0 line:1:5 test 'int (void)' `-CompoundStmt 0x1f64e70 `-ReturnStmt 0x1f64e58 `-InitListExpr 0x1f64e18

[clazy] [Bug 378677] returning-void-expression false positive

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

[clazy] [Bug 378677] returning-void-expression false positive

2017-04-13 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=378677 Sergio Martins changed: What|Removed |Added Resolution|--- |FIXED Latest Commit

[clazy] [Bug 378677] returning-void-expression false positive

2017-04-13 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=378677 --- Comment #6 from Sergio Martins --- Git commit dcc9f740b83c1838f22981990016880295b62203 by Sergio Martins. Committed on 13/04/2017 at 18:18. Pushed by smartins into branch '1.1'. returning-void-expression: Add more unit-test These als

[clazy] [Bug 378677] returning-void-expression false positive

2017-04-13 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=378677 --- Comment #7 from Sergio Martins --- Strange, since I reproduced the bug on my system without needing to instantiate. Anyway, the test not covers all cases :) -- You are receiving this mail because: You are watching all bug changes.

[Heaptrack] [Bug 378921] New: Add support for tracking child processes

2017-04-18 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=378921 Bug ID: 378921 Summary: Add support for tracking child processes Product: Heaptrack Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity:

[Heaptrack] [Bug 378922] New: Make heaptrack understand .PDB and DWARF-PE32

2017-04-18 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=378922 Bug ID: 378922 Summary: Make heaptrack understand .PDB and DWARF-PE32 Product: Heaptrack Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Sever

[clazy] [Bug 378994] New: Fix build on homebrew with llvm 4.0

2017-04-20 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=378994 Bug ID: 378994 Summary: Fix build on homebrew with llvm 4.0 Product: clazy Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal

[clazy] [Bug 378994] Fix build on homebrew with llvm 4.0

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

[clazy] [Bug 378999] New: clazy pre-built binary on Windows doesn't work on 32-bit

2017-04-20 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=378999 Bug ID: 378999 Summary: clazy pre-built binary on Windows doesn't work on 32-bit Product: clazy Version: unspecified Platform: Other OS: Linux Status:

[clazy] [Bug 378999] clazy pre-built binary on Windows doesn't work on 32-bit

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

[clazy] [Bug 379248] AlpineLinux: Option 'help-list' registered more than once!

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

[clazy] [Bug 379248] AlpineLinux: Option 'help-list' registered more than once!

2017-04-26 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=379248 --- Comment #1 from Sergio Martins --- Might be a bug in alpine's packaging of clang I recommend you build llvm/clang yourself into some prefix. It's really easy, mostly running cmake & make provided you have the needed dependencie

[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

[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 379311] Qt4 Mode

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

[clazy] [Bug 379311] Qt4 Mode

2017-04-30 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=379311 Sergio Martins changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution

[korganizer] [Bug 324596] Date Picking to create an event list is restricted to a one month period

2017-08-23 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=324596 Sergio Martins changed: What|Removed |Added Status|CONFIRMED |UNCONFIRMED Ever confirmed|1

[clazy] [Bug 381775] Clazy build is broken because of missing clanglazy_export.h

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

[clazy] [Bug 381775] Clazy build is broken because of missing clanglazy_export.h

2017-06-29 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=381775 --- Comment #1 from Sergio Martins --- Hi clanglazy_export.h is autogenerated by CMake, try cleaning your build dir and running cmake again. Which cmake version ? -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 378994] Fix build on homebrew with llvm 4.0

2017-06-29 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=378994 Sergio Martins changed: What|Removed |Added Resolution|--- |WORKSFORME Status|UNCONFIRMED

[clazy] [Bug 380929] Failed to make by clang-5.0svn

2017-06-29 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=380929 Sergio Martins changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[clazy] [Bug 380929] Failed to make by clang-5.0svn

2017-06-29 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=380929 Sergio Martins changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED

[clazy] [Bug 381976] connect-not-normalized triggered because of spaces around the signature

2017-07-04 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=381976 Sergio Martins changed: What|Removed |Added Resolution|WAITINGFORINFO |INVALID Status|NEEDSINFO

[clazy] [Bug 374870] new-check: warn about broken QLatin1String

2017-01-10 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=374870 Sergio Martins changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[clazy] [Bug 374870] new-check: warn about broken QLatin1String

2017-01-10 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=374870 --- Comment #1 from Sergio Martins --- probably non-latin1 instead of non-ascii ? -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 374870] new-check: warn about broken QLatin1String

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

[clazy] [Bug 374974] clazy --version

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

[clazy] [Bug 374951] clazy_connect_non-signal and qOverload error

2017-01-14 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=374951 Sergio Martins changed: What|Removed |Added Assignee|unassigned-b...@kde.org |smart...@kde.org Ever confirmed|0

[clazy] [Bug 374951] clazy_connect_non-signal and qOverload error

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

[clazy] [Bug 375239] connect-non-signal false positive when using macros to declare signals

2017-01-18 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=375239 Sergio Martins changed: What|Removed |Added Assignee|unassigned-b...@kde.org |smart...@kde.org Status

[clazy] [Bug 375240] The warnings don't show up in Qt Creator

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

[clazy] [Bug 375240] The warnings don't show up in Qt Creator

2017-01-18 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=375240 --- Comment #1 from Sergio Martins --- Not sure if this should instead be filed in Qt Creator bug tracker, needs investigation first. -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 375239] connect-non-signal false positive when using macros to declare signals

2017-01-18 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=375239 --- Comment #1 from Sergio Martins --- Git commit 30febca0c99416b6433e8ff20e9f2ffd18b397f5 by Sergio Martins. Committed on 18/01/2017 at 19:28. Pushed by smartins into branch 'master'. connect-non-signal: Add unit-test for a reported bug A

[Heaptrack] [Bug 382268] New: heaptrack thinks gdb attachment was successfull

2017-07-12 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=382268 Bug ID: 382268 Summary: heaptrack thinks gdb attachment was successfull Product: Heaptrack Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Sev

[clazy] [Bug 382702] Comparison between QMap keys false positive

2017-07-25 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=382702 Sergio Martins changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRMED

[clazy] [Bug 370609] Crash with a simple template class and auto for loop

2016-10-13 Thread Sergio Martins via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370609 Sergio Martins changed: What|Removed |Added Assignee|unassigned-b...@kde.org |smart...@kde.org -- You are receiving this

[clazy] [Bug 370609] Crash with a simple template class and auto for loop

2016-10-13 Thread Sergio Martins via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370609 Sergio Martins changed: What|Removed |Added Resolution|--- |FIXED Latest Commit

[clazy] [Bug 368361] CMake variable to control headers installation

2016-10-13 Thread Sergio Martins via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368361 Sergio Martins changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[clazy] [Bug 367482] New exclude comments get ignored with CCache

2016-10-13 Thread Sergio Martins via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367482 Sergio Martins changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[clazy] [Bug 370713] New: new check: Q_INVOKABLEs returning QObject

2016-10-13 Thread Sergio Martins via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370713 Bug ID: 370713 Summary: new check: Q_INVOKABLEs returning QObject Product: clazy Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: nor

[clazy] [Bug 370714] New: new check: event() and eventFilter() returning false instead of calling their base class

2016-10-13 Thread Sergio Martins via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370714 Bug ID: 370714 Summary: new check: event() and eventFilter() returning false instead of calling their base class Product: clazy Version: unspecified Platform: Other

[clazy] [Bug 370714] new check: event() and eventFilter() returning false instead of calling their base class

2016-10-13 Thread Sergio Martins via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370714 Sergio Martins changed: What|Removed |Added Severity|normal |wishlist -- You are receiving this mail

[clazy] [Bug 363540] detaching-member false positive if non-const reference is stored

2016-07-09 Thread Sergio Martins via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363540 Sergio Martins changed: What|Removed |Added Resolution|--- |WAITINGFORINFO Status|UNCONFIRMED

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

2016-07-21 Thread Sergio Martins via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365940 Sergio Martins changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[clazy] [Bug 365880] Build with trunk LLVM/Clang is broken

2016-07-24 Thread Sergio Martins via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365880 Sergio Martins changed: What|Removed |Added Resolution|--- |FIXED Latest Commit

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

2016-07-24 Thread Sergio Martins via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365940 Sergio Martins changed: What|Removed |Added Status|CONFIRMED |RESOLVED Latest Commit

[clazy] [Bug 368361] CMake variable to control headers installation

2016-09-24 Thread Sergio Martins via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368361 --- Comment #1 from Sergio Martins --- And that would prevent headers from being installed ? -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 352896] Doesn't build on OSX

2016-10-25 Thread Sergio Martins via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352896 --- Comment #10 from Sergio Martins --- RJVB, can you see previous comment ? Thanks -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 368369] could not install clazy (linking errors)

2016-09-07 Thread Sergio Martins via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368369 Sergio Martins changed: What|Removed |Added Assignee|unassigned-b...@kde.org |smart...@kde.org -- You are receiving this

[clazy] [Bug 368369] could not install clazy (linking errors)

2016-09-07 Thread Sergio Martins via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368369 --- Comment #1 from Sergio Martins --- If you checkout: 9a0e32dde7f67874313583c209d9db3c2a274f00 does it work then ? -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 368369] could not install clazy (linking errors)

2016-09-07 Thread Sergio Martins via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368369 Sergio Martins changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Latest Commit

[plasmashell] [Bug 368956] New: Windows with Qt::Tool windowFlag are appearing in the taskbar

2016-09-17 Thread Sergio Martins via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368956 Bug ID: 368956 Summary: Windows with Qt::Tool windowFlag are appearing in the taskbar Product: plasmashell Version: 5.7.4 Platform: Other OS: Linux Sta

[clazy] [Bug 367484] reserve-candidate warnings for QVarLengthArray

2016-08-19 Thread Sergio Martins via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367484 --- Comment #1 from Sergio Martins --- Wouldn't a reserve make sense in that example ? How do you know FooLast - FooFirst isn't bigger than 160 ? -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 367484] reserve-candidate warnings for QVarLengthArray

2016-08-19 Thread Sergio Martins via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367484 Sergio Martins changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[clazy] [Bug 367485] Invalid loop detach warning for function local container

2016-08-20 Thread Sergio Martins via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367485 --- Comment #2 from Sergio Martins --- Git commit 642c2d801b288e0def3517870a57639afe1a5c74 by Sergio Martins. Committed on 20/08/2016 at 21:07. Pushed by smartins into branch 'master'. range-loop: Reduce false positives If the container is

[clazy] [Bug 367485] Invalid loop detach warning for function local container

2016-08-21 Thread Sergio Martins via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367485 Sergio Martins changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Latest Commit

[clazy] [Bug 367484] reserve-candidate warnings for QVarLengthArray

2016-08-21 Thread Sergio Martins via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367484 Sergio Martins changed: What|Removed |Added Resolution|--- |FIXED Latest Commit

<    1   2   3   4   5   6   7   >