[clazy] [Bug 431186] QAbstractItemView::entered not recognized as a signal [clazy-connect-non-signal]

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

[clazy] [Bug 431186] QAbstractItemView::entered not recognized as a signal [clazy-connect-non-signal]

2021-01-10 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=431186 --- Comment #2 from Sergio Martins --- Do you have either precompiled headers turned on, or ccache running ? Can you paste the complete compiler invocation ? -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 430138] qt6-qlatin1stringchar-to-u creates duplicates in replacements yaml file

2021-01-10 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=430138 Sergio Martins changed: What|Removed |Added Assignee|unassigned-b...@kde.org |joerg.bornem...@qt.io --- Comment #1 from

[clazy] [Bug 410655] Suggests to use Q_ENUM when you can't use it

2021-01-10 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=410655 Sergio Martins changed: What|Removed |Added Severity|normal |wishlist -- You are receiving this mail

[clazy] [Bug 416046] Suggest to check that QDir().exists(...) is used correctly

2021-01-10 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=416046 Sergio Martins changed: What|Removed |Added Severity|normal |wishlist -- You are receiving this mail

[clazy] [Bug 430672] Level 2 lint copyable-polymorphic is a false positive for pure virtual classes

2021-01-10 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=430672 --- Comment #1 from Sergio Martins --- If they can't be copied why do they have a copy-ctor in the first place ? -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 431186] QAbstractItemView::entered not recognized as a signal [clazy-connect-non-signal]

2021-01-10 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=431186 --- Comment #11 from Sergio Martins --- thanks can you upload a single .zip and make sure it compiles ? I think something went wrong with your upload, some files say: #include "Error in " Util.relativeFilePath('C:/Users/jhertz/Dropbox

[clazy] [Bug 431186] QAbstractItemView::entered not recognized as a signal [clazy-connect-non-signal]

2021-01-10 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=431186 --- Comment #13 from Sergio Martins --- thanks, that built fine, but doesn't show the problem Is this something you're seeing when compiling the project with clazy = (clang+mingw+clazy plugin) or is this a warning you're seeing in

[clazy] [Bug 431507] qt6-header-fixes fails when Qt5 is build using OpenGL ES

2021-01-12 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=431507 Sergio Martins changed: What|Removed |Added Assignee|unassigned-b...@kde.org |joerg.bornem...@qt.io -- You are receiving

[clazy] [Bug 431186] QAbstractItemView::entered not recognized as a signal [clazy-connect-non-signal]

2021-01-20 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=431186 Sergio Martins changed: What|Removed |Added Resolution|--- |DOWNSTREAM Status|REPORTED

[clazy] [Bug 431186] QAbstractItemView::entered not recognized as a signal [clazy-connect-non-signal]

2021-01-21 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=431186 --- Comment #18 from Sergio Martins --- Interesting, can you open the compile_commands.json, go to the line of your translation unit, and start removing compiler flags until you can't repro ? I think there's some flag which is the culprit

[clazy] [Bug 432078] Crash when building with 'ENABLE_CLAZY'

2021-01-25 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=432078 --- Comment #2 from Sergio Martins --- which distro ? Ahmad Samir, which distro too ? -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 432078] Crash when building with 'ENABLE_CLAZY'

2021-01-25 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=432078 --- Comment #4 from Sergio Martins --- Can't reproduce on Archlinux. What's the output of: $ cd clazy/tests $ ./run_tests.py --verbose (git clone g...@invent.kde.org:sdk/clazy.git if needed) -- You are receiving this mail because: You ar

[clazy] [Bug 432078] Crash when building with 'ENABLE_CLAZY'

2021-01-26 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=432078 --- Comment #7 from Sergio Martins --- Can you build clazy itself and see if you can repro cmake -DCMAKE_BUILD_TYPE=Debug . cmake --build . the ClazyPlugin.so path to LD_LIBRARY_PATH and rerun the tests (remove the system package if needed) -- You

[clazy] [Bug 423316] Implement a check to look for QT_VERSION_CHECK calls below a certain version

2020-06-21 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=423316 --- Comment #1 from Sergio Martins --- Sounds overkill in clazy, I would just grep for QT_VERSION_CHECK after bumping the required Qt version -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 404327] support multi-line Q_PROPERTY

2020-06-29 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=404327 Sergio Martins changed: What|Removed |Added CC||chg...@gmail.com --- Comment #3 from Sergio

[clazy] [Bug 423640] Wrong diagnostic with multi-lines Q_PROPERTY

2020-06-29 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=423640 --- Comment #2 from Sergio Martins --- fixed in 1.6 -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 423640] Wrong diagnostic with multi-lines Q_PROPERTY

2020-06-29 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=423640 Sergio Martins changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[clazy] [Bug 423728] inefficient-qlist fails on 32bit architectures

2020-07-01 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=423728 --- Comment #1 from Sergio Martins --- People are starting to port QVector to QList already, in preparation to Qt 6. I think this check just adds salt to injury and we should stop confusing users. Would rather disable it than waste more time on it

[clazy] [Bug 413169] inefficient-qlist fails on Linux x86 (32bit)

2020-07-01 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=413169 --- Comment #2 from Sergio Martins --- Git commit dbde38f1a67c2968c951629a5f5629c9847078bd by Sergio Martins. Committed on 01/07/2020 at 17:57. Pushed by smartins into branch '1.7'. inefficient-qlist: Disable flaky test on arm 32bit This

[clazy] [Bug 423728] inefficient-qlist fails on 32bit architectures

2020-07-01 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=423728 --- Comment #4 from Sergio Martins --- please check if it works now -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 423728] inefficient-qlist fails on 32bit architectures

2020-07-01 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=423728 --- Comment #3 from Sergio Martins --- Git commit dbde38f1a67c2968c951629a5f5629c9847078bd by Sergio Martins. Committed on 01/07/2020 at 17:57. Pushed by smartins into branch '1.7'. inefficient-qlist: Disable flaky test on arm 32bit This

[clazy] [Bug 423728] inefficient-qlist fails on 32bit architectures

2020-07-01 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=423728 Sergio Martins changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED

[clazy] [Bug 448813] Release build system fixes to enable distros to build clazy from source

2022-01-21 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=448813 Sergio Martins changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution

[clazy] [Bug 430672] Level 2 lint copyable-polymorphic is a false positive for pure virtual classes

2021-06-03 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=430672 Sergio Martins changed: What|Removed |Added Latest Commit||https://invent.kde.org/sdk

[clazy] [Bug 438027] copyable-polymorphic should not issue a warning when the base class copy ctor isn't public

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

[clazy] [Bug 429552] qt6-deprecated-api-fixes & qt6-qlatin1stringchar-to-u fail

2020-11-23 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=429552 --- Comment #3 from Sergio Martins --- Git commit 04d38721ba951a9cafd276d584880d3f72c7794a by Sergio Martins. Committed on 23/11/2020 at 16:05. Pushed by smartins into branch '1.8'. qt6-deprecated-api-fixes: Remove unrelated warnings fro

[clazy] [Bug 429552] qt6-deprecated-api-fixes & qt6-qlatin1stringchar-to-u fail

2020-11-23 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=429552 Sergio Martins changed: What|Removed |Added Resolution|--- |FIXED Latest Commit

[clazy] [Bug 425822] 1.7 version does not compile with LLVM/clang-11.x

2020-11-24 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=425822 --- Comment #3 from Sergio Martins --- if you copy that compiler invocation line, but replace -std=c++11 with -std=c++14 , does it work ? -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 430959] Building with clazy is at least 2x slower than without clazy

2020-12-29 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=430959 --- Comment #1 from Sergio Martins --- A git bisect would be useful ? Is it only repro with master, or 1.8 branch too ? If only master then it's easy to bisect, as only a few commits when in recently -- You are receiving this mail because: Yo

[clazy] [Bug 431186] QAbstractItemView::entered not recognized as a signal [clazy-connect-non-signal]

2021-02-24 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=431186 --- Comment #25 from Sergio Martins --- can you paste here the commands you use to compile and install clazy ? If it's done within a QtCreator build, are there instructions I can do the same ? -- You are receiving this mail because: You are wat

[clazy] [Bug 431186] QAbstractItemView::entered not recognized as a signal [clazy-connect-non-signal]

2021-02-24 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=431186 --- Comment #27 from Sergio Martins --- thanks, I'll have a try -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 431186] QAbstractItemView::entered not recognized as a signal [clazy-connect-non-signal]

2021-02-24 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=431186 --- Comment #28 from Sergio Martins --- I've finally reproduced without QtCreator. Needs the -export-fixes=foo argument to reproduce -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 431186] QAbstractItemView::entered not recognized as a signal [clazy-connect-non-signal]

2021-02-25 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=431186 Sergio Martins changed: What|Removed |Added Resolution|--- |FIXED Latest Commit

[clazy] [Bug 399853] Request: Provide binary release packages

2018-10-21 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=399853 Sergio Martins changed: What|Removed |Added Status|REPORTED|CONFIRMED Ever confirmed|0

[clazy] [Bug 399853] Request: Provide binary release packages

2018-10-21 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=399853 --- Comment #1 from Sergio Martins --- Binaries will be provided by KDAB. For now it's here: http://www.kdab.com/~sergio/clazy/1.4/ , this URL might change in the future. MSVC 2015 and 2017 (64-bit) are done and AppImage is planed. Anything el

[clazy] [Bug 399853] Request: Provide binary release packages

2018-10-21 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=399853 --- Comment #2 from Sergio Martins --- For the record: e7b150d29cf6f2aa475ceac81c1585bfce01a758 *clazy_v1.4-msvc2015.zip a6383522a585e480c76064d611476811658b85c68feba63ad2284ac213f1e40e *clazy_v1.4-msvc2015.zip 396c37f5ce65e876f395d2236c05219cce74936f

[clazy] [Bug 400452] disabling checks doesn't work

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

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

2019-05-17 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=407623 --- Comment #1 from Sergio Martins --- Do you have a patch or suggestion ? :) -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 407625] Clang source include path in Git MonoRepo

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

[clazy] [Bug 407625] Clang source include path in Git MonoRepo

2019-05-17 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=407625 --- Comment #1 from Sergio Martins --- does it work if you simply add: ${_llvmSourceRoot}/../clang/include" without removing the old one ? -- You are receiving this mail because: You are watching all bug changes.

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

2019-05-19 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=407623 Sergio Martins changed: What|Removed |Added Ever confirmed|0 |1 Status|REPORTED

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

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

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

2019-05-19 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=407623 --- Comment #3 from Sergio Martins --- You don't get a linker error with that patch ? -- You are receiving this mail because: You are watching all bug changes.

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

2019-05-19 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=407623 --- Comment #4 from Sergio Martins --- Git commit 3e684e046eefff815d62eebd85d087a25944c22f by Sergio Martins. Committed on 19/05/2019 at 12:43. Pushed by smartins into branch 'master'. Fix build with llvm trunk M +3-2src/FixItExpo

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

2019-05-22 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=407623 Sergio Martins changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED

[clazy] [Bug 407981] unneeded-cast incorrectly warns in some circumstances

2019-05-27 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=407981 Sergio Martins changed: What|Removed |Added Status|REPORTED|CONFIRMED Ever confirmed|0

[clazy] [Bug 407981] unneeded-cast incorrectly warns in some circumstances

2019-05-27 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=407981 Sergio Martins changed: What|Removed |Added Resolution|--- |FIXED Latest Commit

[kate] [Bug 407288] Kate doesn't bring existing session into foreground

2019-05-30 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=407288 --- Comment #15 from Sergio Martins --- Git commit 18b05cb14bddfc1568d3082dfd862c62bcf77440 by Sergio Martins. Committed on 30/05/2019 at 19:18. Pushed by smartins into branch 'master'. Fix window activation on Windows Windows doesn'

[clazy] [Bug 413169] inefficient-qlist fails on Linux x86 (32bit)

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

[clazy] [Bug 405951] Add -verbose command line option to clang-standalone

2019-04-15 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=405951 --- Comment #2 from Sergio Martins --- clazy-standalone needs to be placed in the same folder as your clang executable. Look for "stddef.h" in https://github.com/KDE/clazy/blob/master/README.md for other possible workarounds -- You are rece

[clazy] [Bug 405951] Add -verbose command line option to clang-standalone

2019-04-16 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=405951 --- Comment #4 from Sergio Martins --- maybe also help the IWYU guys :) -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 405951] Add -verbose command line option to clang-standalone

2019-04-16 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=405951 Sergio Martins changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[clazy] [Bug 406645] yaml diagnostics export

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

[clazy] [Bug 406645] yaml diagnostics export

2019-04-21 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=406645 --- Comment #2 from Sergio Martins --- (Linking https://github.com/KDE/clazy/pull/32 here) -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 406645] yaml diagnostics export

2019-04-21 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=406645 --- Comment #3 from Sergio Martins --- Thanks! This has been on my TODO list for some time now... Once this one works I think we should remove the old one from clazy, and only permit via "clazy-standalone -export-fixes", as the old one has

[clazy] [Bug 406799] Clazy reports "QString::fromUtf8() being passed a literal" from ui generated file

2019-04-23 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=406799 --- Comment #1 from Sergio Martins --- commit d6e7f4c8ed6303cf471a13051aef1871a57c9692 (HEAD -> 1.5, origin/1.5) Author: Sergio Martins Date: Tue Apr 23 18:35:05 2019 +0100 qstring-allocations: Don't warn for ui_*h files they

[clazy] [Bug 406799] Clazy reports "QString::fromUtf8() being passed a literal" from ui generated file

2019-04-23 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=406799 Sergio Martins changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[clazy] [Bug 406798] "Emit keyword being used with non-signal" when signal is a Q_SCRIPTABLE

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

[clazy] [Bug 406798] "Emit keyword being used with non-signal" when signal is a Q_SCRIPTABLE

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

[clazy] [Bug 406798] "Emit keyword being used with non-signal" when signal is a Q_SCRIPTABLE

2019-04-23 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=406798 --- Comment #2 from Sergio Martins --- Git commit f36dd1971422af2f31a6554312f60a708ed65ed2 by Sergio Martins. Committed on 23/04/2019 at 20:38. Pushed by smartins into branch 'master'. Process Q_SCRIPTABLE separately It's orthogonal

[clazy] [Bug 405948] Detection of libz and libxml2

2019-04-25 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=405948 Sergio Martins changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[clazy] [Bug 405948] Detection of libz and libxml2

2019-04-25 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=405948 --- Comment #1 from Sergio Martins --- Clazy doesn't use those libraries in its code. One of the many LLVM libraries do though, so it's a packaging bug, the llvm-dev packages should depend on libz-dev and libxml2-dev. If you open a bug

[clazy] [Bug 403195] New check: warn on hidpi issues

2019-04-25 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=403195 Sergio Martins changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[clazy] [Bug 403201] Detect passing the wrong parent for members

2019-04-25 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=403201 Sergio Martins changed: What|Removed |Added Assignee|unassigned-b...@kde.org |smart...@kde.org --- Comment #1 from Sergio

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

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

[clazy] [Bug 406645] yaml diagnostics export

2019-05-05 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=406645 Sergio Martins changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED

[clazy] [Bug 407258] clazy-standalone/clang-tidy substitution

2019-05-06 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=407258 Sergio Martins changed: What|Removed |Added Assignee|unassigned-b...@kde.org |chg...@gmail.com -- You are receiving this

[clazy] [Bug 407323] suggest fixit for clazy-range-loop

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

[clazy] [Bug 407323] suggest fixit for clazy-range-loop

2019-05-08 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=407323 Sergio Martins changed: What|Removed |Added Status|REPORTED|RESOLVED Latest Commit

[clazy] [Bug 407321] clazy-qvariant-template-instantiation: don't warn about type aliases

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

[clazy] [Bug 407321] clazy-qvariant-template-instantiation: don't warn about type aliases

2019-05-09 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=407321 --- Comment #1 from Sergio Martins --- The AST for v.value() is the same as v.value() :/ getting the used typedef usually works, but in this case (with templates) I'm not seeing how. I guess because the compiler instantiates the value tem

[clazy] [Bug 407321] clazy-qvariant-template-instantiation: don't warn about type aliases

2019-05-09 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=407321 --- Comment #2 from Sergio Martins --- Git commit 52c35819162bd23b3b4e406784fa5cbc17cedfcc by Sergio Martins. Committed on 09/05/2019 at 19:10. Pushed by smartins into branch 'master'. qvariant-template-instantiation: Move out of level 0, si

[clazy] [Bug 411872] Uses python2 scripts

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

[clazy] [Bug 411872] Uses python2 scripts

2019-09-15 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=411872 Sergio Martins changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[clazy] [Bug 411859] YAML file genereated by -export-fixes does not contain DiagnosticMessage node/entity

2019-09-15 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=411859 --- Comment #1 from Sergio Martins --- I've just tested: $ clang-tidy -export-fixes=a.yaml -checks=modernize-use-override a.cpp -- $ cat a.yaml --- MainSourceFile: '/data/sources/clazy/a.cpp' Diagnostics: - DiagnosticName:

[clazy] [Bug 411859] YAML file genereated by -export-fixes does not contain DiagnosticMessage node/entity

2019-09-15 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=411859 --- Comment #2 from Sergio Martins --- clang-tidy 8.0.1 -- You are receiving this mail because: You are watching all bug changes.

[krita] [Bug 409895] New: Transparency mask lose content

2019-07-17 Thread Sergio Venegas
https://bugs.kde.org/show_bug.cgi?id=409895 Bug ID: 409895 Summary: Transparency mask lose content Product: krita Version: 4.2.3 Platform: MS Windows OS: MS Windows Status: REPORTED Severity: normal

[clazy] [Bug 409983] -exports-fixes considers only last source file

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

[clazy] [Bug 410714] clazy-detaching-temporary: Don't warn on detaching pointer values

2019-08-08 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=410714 --- Comment #1 from Sergio Martins --- That QList is not a pointer It's doing axes(Qt::Horizontal).first(), not axes(Qt::Horizontal)->first() -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 410714] clazy-detaching-temporary: Don't warn on detaching pointer values

2019-08-08 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=410714 --- Comment #3 from Sergio Martins --- It's indeed safe, but the warning is not about safety, it's about an unneeded QList copy when detaching a temporary. The performance impact can vary from negligeable if the list is small and detach cal

[clazy] [Bug 410751] [check proposal] not emitting signals in noexcept function

2019-08-09 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=410751 --- Comment #1 from Sergio Martins --- >> The check could be relaxed if the slot of the signal is also marked noexcept. Maybe not, as signals don't know (or shouldn't know) which slots are connected to them. So I would make this c

[clazy] [Bug 410714] clazy-detaching-temporary: Don't warn on detaching pointer values

2019-08-25 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=410714 Sergio Martins changed: What|Removed |Added Resolution|--- |NOT A BUG Status|REPORTED

[clazy] [Bug 410753] [check proposal] not holding mutex locks when emitting signals

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

[clazy] [Bug 410751] [check proposal] not emitting signals in noexcept function

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

[clazy] [Bug 408380] detect useless overrides

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

[clazy] [Bug 410754] [check proposal] warn against unused template arguments

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

[clazy] [Bug 408021] Warn if code contains the constant 0x9e3779b9 (hand-rolled boost::hash_combine)

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

[clazy] [Bug 408038] Add a family of checks for "Qt value classes"

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

[clazy] [Bug 408020] Suggest to use addRow instead of newRow+sprintf

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

[clazy] [Bug 411440] Invalid/truncated values in YAML file generated by -export-fixes= with clang diagnostics

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

[clazy] [Bug 411440] Invalid/truncated values in YAML file generated by -export-fixes= with clang diagnostics

2019-09-01 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=411440 Sergio Martins changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[clazy] [Bug 405438] old-style-connect: add support for converting QSignalSpy with PMF syntax

2019-03-13 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=405438 Sergio Martins changed: What|Removed |Added Severity|normal |wishlist Assignee|unassigned-b

[clazy] [Bug 405683] clazy-const-signal-or-slot should not warn on Q_SCRIPTABLE slots

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

[clazy] [Bug 405683] clazy-const-signal-or-slot should not warn on Q_SCRIPTABLE slots

2019-03-21 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=405683 Sergio Martins changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[clazy] [Bug 405755] Problem when we change to new connect api when sender and receiver has default value

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

[clazy] [Bug 405850] connect-3arg-lambda should not warn in main()

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

[clazy] [Bug 405438] old-style-connect: add support for converting QSignalSpy with PMF syntax

2019-04-04 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=405438 --- Comment #1 from Sergio Martins --- Git commit 1253cc3b596416435ba7581598eeca8655b2d09f by Sergio Martins. Committed on 04/04/2019 at 07:48. Pushed by smartins into branch 'master'. old-style-connect: Warn for QSignalSpy Fixit yet to co

[clazy] [Bug 405438] old-style-connect: add support for converting QSignalSpy with PMF syntax

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

[clazy] [Bug 400504] Add new checker that warns about variables declared that are only used inside one of the branches on an if

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

<    1   2   3   4   5   6   7   8   9   10   >