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

2017-01-29 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=375240 --- Comment #2 from Sergio Martins --- Can you compile this simple program: #include int main() { QFileInfo("foo").exists(); return 0; } and paste here the "Compile output tab" ? -- You are receiving this mail becau

[clazy] [Bug 375748] connect-non-signal: Internal error in connect to functor

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

[clazy] [Bug 375748] connect-non-signal: Internal error in connect to functor

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

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

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

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

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

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

2017-01-31 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=375820 --- Comment #2 from Sergio Martins --- Thanks Eugene -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 376137] Internal error caused by overloaded signal

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

[clazy] [Bug 376137] Internal error caused by overloaded signal

2017-02-11 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=376137 --- Comment #1 from Sergio Martins --- Git commit e098fe057b9984df3eb630513e90eea0fa471d2a by Sergio Martins. Committed on 11/02/2017 at 19:56. Pushed by smartins into branch '1.1'. connect-non-signal: Add failign unit test A +16 -

[clazy] [Bug 376137] Internal error caused by overloaded signal

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

[clazy] [Bug 383377] Add clazy-standalone option to only consider specific headers

2018-01-12 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=383377 Sergio Martins changed: What|Removed |Added Status|CONFIRMED |ASSIGNED -- You are receiving this mail

[clazy] [Bug 383377] Add clazy-standalone option to only consider specific headers

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

[clazy] [Bug 387353] clazy-standalone reports warnings for -isystem headers

2018-01-13 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=387353 Sergio Martins changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[clazy] [Bug 387353] clazy-standalone reports warnings for -isystem headers

2018-01-13 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=387353 --- Comment #4 from Sergio Martins --- Yeah, also works with relative: $ clazy-standalone rule-of-three/main.cpp -checks=rule-of-three -- -Wno-unused-value -Qunused-arguments -std=c++14 -isystem ../../../installation/qt/x86_64-5.9/include -fPIC In

[clazy] [Bug 388925] Segmentation fault in OldStyleConnect::fixits() calling Expr::getBestDynamicClassType()

2018-01-13 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=388925 --- Comment #1 from Sergio Martins --- So it doesn't crash if you disable fixits ? Fixits should be disabled by default already though, unless you enabled them. Can you share the backtrace ? -- You are receiving this mail because: You are wat

[clazy] [Bug 388925] Segmentation fault in OldStyleConnect::fixits() calling Expr::getBestDynamicClassType()

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

[clazy] [Bug 388925] Segmentation fault in OldStyleConnect::fixits() calling Expr::getBestDynamicClassType()

2018-01-14 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=388925 --- Comment #4 from Sergio Martins --- weird, I don't have a line 450 in oldstyleconnect.cpp, which commit is this ? -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 389006] Assert is triggered while level2 is selected

2018-01-15 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=389006 --- Comment #1 from Sergio Martins --- Can you check if the location really is invalid ? and add an if() protecting it, in that case ? -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 389006] Assert is triggered while level2 is selected

2018-01-15 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=389006 --- Comment #3 from Sergio Martins --- Is this only when switching to level2, or also happens when QtCreator is started with level2 already selected ? -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 388979] Allow to add classes to UnusedNonTrivialVariable::isInterestingType

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

[clazy] [Bug 388979] Allow to add classes to UnusedNonTrivialVariable::isInterestingType

2018-01-15 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=388979 --- Comment #1 from Sergio Martins --- Git commit e847520dcf734c384aa6607317133faa1d73eb86 by Sergio Martins. Committed on 15/01/2018 at 22:42. Pushed by smartins into branch 'master'. unused-non-trivial-variable: Add option to disable the

[clazy] [Bug 388979] Allow to add classes to UnusedNonTrivialVariable::isInterestingType

2018-01-15 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=388979 Sergio Martins changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[clazy] [Bug 389056] suggest using initializer lists

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

[clazy] [Bug 389057] warn about QTimer::singleShot(0) performance

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

[clazy] [Bug 389055] suggest simplification: `$smartpointer.data()->` to `$smartpointer->`

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

[clazy] [Bug 389006] Asserts are triggered in debug build

2018-01-16 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=389006 Sergio Martins changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Latest Commit

[clazy] [Bug 389360] [PATCH] Fix crash in inefficientqlistbase.cpp checking to use QVector instead of QList

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

[clazy] [Bug 389360] [PATCH] Fix crash in inefficientqlistbase.cpp checking to use QVector instead of QList

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

[clazy] [Bug 389360] [PATCH] Fix crash in inefficientqlistbase.cpp checking to use QVector instead of QList

2018-01-24 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=389360 --- Comment #2 from Sergio Martins --- done, thanks! commit 5e241ba130bbc9537aaa948f7f134065c28b3836 (origin/1.3, 1.3) Author: William Bader Date: Wed Jan 24 09:03:50 2018 + inefficient-qlist: Fix crash on incomplete types BUG: 389360

[ksysguard] [Bug 382512] KSysGuard tabs do not render ampersand (&) in their title

2018-01-24 Thread Sergio Carlavilla
https://bugs.kde.org/show_bug.cgi?id=382512 Sergio Carlavilla changed: What|Removed |Added CC||carlavi...@mailbox.org --- Comment #2 from

[rekonq] [Bug 319100] Ampersand not displayed in tab captions

2018-01-24 Thread Sergio Carlavilla
https://bugs.kde.org/show_bug.cgi?id=319100 Sergio Carlavilla changed: What|Removed |Added CC||carlavi...@mailbox.org --- Comment #1 from

[clazy] [Bug 389473] Clang plugin error with latest versions

2018-01-28 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=389473 Sergio Martins changed: What|Removed |Added Assignee|unassigned-b...@kde.org |smart...@kde.org --- Comment #1 from Sergio

[clazy] [Bug 389473] Clang plugin error with latest versions

2018-01-28 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=389473 --- Comment #3 from Sergio Martins --- which cmake configure line ? -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 389473] Clang plugin error with latest versions

2018-01-28 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=389473 --- Comment #8 from Sergio Martins --- Can you try compiling clang/llvm with -DBUILD_SHARED_LIBS=ON ? -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 389473] Clang plugin error with latest versions

2018-01-29 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=389473 --- Comment #11 from Sergio Martins --- Sure, I'm using clang 5.0.1. Try to stick to released versions of clang, as sometimes stuff breaks with latest release -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 389473] Clang plugin error with latest versions

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

[clazy] [Bug 386940] Error message when connecting to lambda

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

[clazy] [Bug 386940] Error message when connecting to lambda

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

[clazy] [Bug 386940] Error message when connecting to lambda

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

[clazy] [Bug 385801] favor function taking or returning std::chrono types

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

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

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

[clazy] [Bug 387353] clazy-standalone reports warnings for -isystem headers

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

[clazy] [Bug 387353] clazy-standalone reports warnings for -isystem headers

2017-12-01 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=387353 --- Comment #1 from Sergio Martins --- I can't reproduce: $ clazy-standalone rule-of-three/main.cpp -checks=rule-of-three -- -Wno-unused-value -Qunused-arguments -std=c++14 -isystem /data/installation/qt/x86_64-5.9/include -fPIC 4 warnings Wi

[clazy] [Bug 383377] Add clazy-standalone option to only consider specific headers

2017-12-01 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=383377 --- Comment #1 from Sergio Martins --- Maybe we want a run-clazy-standalone instead ? Or even make run-clang-tidy.py compatible with clazy -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 404326] don't warn about signal args in anonymous namespace

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

[clazy] [Bug 404330] don't warn about const signals

2019-02-14 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=404330 Sergio Martins changed: What|Removed |Added Assignee|unassigned-b...@kde.org |smart...@kde.org Status|REPORTED

[clazy] [Bug 404329] warn about QVariant::value

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

[clazy] [Bug 404329] warn about QVariant::value

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

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

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

[clazy] [Bug 403394] Warn about missed override of helper functions for QException descendants

2019-02-15 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=403394 --- Comment #1 from Sergio Martins --- Should they be pure virtual to begin with ? -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 389057] warn about QTimer::singleShot(0) performance

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

[clazy] [Bug 404328] don't warn about strict iterator mismatch in const function

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

[clazy] [Bug 403394] Warn about missed override of helper functions for QException descendants

2019-02-15 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=403394 Sergio Martins changed: What|Removed |Added Assignee|unassigned-b...@kde.org |smart...@kde.org --- Comment #3 from Sergio

[clazy] [Bug 403083] Build is broken with trunk Clang

2019-01-11 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=403083 Sergio Martins changed: What|Removed |Added Status|REPORTED|CONFIRMED Assignee|unassigned-b

[clazy] [Bug 403083] Build is broken with trunk Clang

2019-01-11 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=403083 --- Comment #1 from Sergio Martins --- Git commit 07a54ffa240a9727095dc956b91987a08ddbc11a by Sergio Martins. Committed on 11/01/2019 at 20:02. Pushed by smartins into branch 'master'. Try to fix build with clang trunk I don't have

[clazy] [Bug 403083] Build is broken with trunk Clang

2019-01-11 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=403083 --- Comment #2 from Sergio Martins --- Please check if this works, if not, try to figure our what's the missing include or so :) -- You are receiving this mail because: You are watching all bug changes.

[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

[clazy] [Bug 403083] Build is broken with trunk Clang

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

[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 403193] rule-of-three warns when it should not

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

[clazy] [Bug 403193] rule-of-three warns when it should not

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

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

2019-01-14 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=403195 --- Comment #1 from Sergio Martins --- It's completely ok to use setFixedSize(16, 16), as those 16x16 pixels are not really physical pixels, but logical pixels. Qt converts from logical to physical internally, depending on your hdpi settings

[clazy] [Bug 399544] clazy-empty-qstringliteral for uic generated files

2018-10-09 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=399544 --- Comment #1 from Sergio Martins --- Does it happen only for stylesheets ? -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 399544] clazy-empty-qstringliteral for uic generated files

2018-10-09 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=399544 --- Comment #2 from Sergio Martins --- Probably any property. Deserves to be fixed in Qt first though. -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 399544] clazy-empty-qstringliteral for uic generated files

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

[clazy] [Bug 399544] clazy-empty-qstringliteral for uic generated files

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

[clazy] [Bug 399544] clazy-empty-qstringliteral for uic generated files

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

[clazy] [Bug 399544] clazy-empty-qstringliteral for uic generated files

2018-10-09 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=399544 --- Comment #6 from Sergio Martins --- Git commit 2860f3dc6069b600383959563d5c5b475d523014 by Sergio Martins. Committed on 09/10/2018 at 12:20. Pushed by smartins into branch '1.4'. Fix unintended octal value M +1-1src/checks/le

[clazy] [Bug 399544] clazy-empty-qstringliteral for uic generated files

2018-10-09 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=399544 --- Comment #7 from Sergio Martins --- try now, it should be fixed (branch 1.4) thanks -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 399544] clazy-empty-qstringliteral for uic generated files

2018-10-14 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=399544 --- Comment #9 from Sergio Martins --- Git commit 971c0cc4f3488c847746967450557c4fa390753b by Sergio Martins. Committed on 09/10/2018 at 12:19. Pushed by smartins into branch 'master'. Fix unintended octal value M +1-1src/checks/le

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

2018-10-18 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=399955 Sergio Martins changed: What|Removed |Added Resolution|--- |FIXED Latest Commit

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

2018-10-18 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=399955 --- Comment #3 from Sergio Martins --- Didn't do a build against trunk, so let me know if it's fixed. -- You are receiving this mail because: You are watching all bug changes.

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

2018-10-18 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=399955 --- Comment #5 from Sergio Martins --- try now Fixed alloc_traits.h and StringRef. -- You are receiving this mail because: You are watching all bug changes.

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

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

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

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

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

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

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

2017-06-08 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=380929 --- Comment #1 from Sergio Martins --- can you check if clazy 1.1 builds with that version of clang ? -- You are receiving this mail because: You are watching all bug changes.

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

2017-06-08 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=380929 --- Comment #3 from Sergio Martins --- Builds fine on Archlinux, with clang 5.0 from git Can you try disabling clazy-standalone from building, and only building clazy plugin ? -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 381102] [PATCH] Inaccurate README.md

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

[clazy] [Bug 381102] [PATCH] Inaccurate README.md

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

[clazy] [Bug 381102] [PATCH] Inaccurate README.md

2017-06-11 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=381102 --- Comment #2 from Sergio Martins --- Done. Thanks! -- You are receiving this mail because: You are watching all bug changes.

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

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

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

2017-06-11 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=380929 --- Comment #4 from Sergio Martins --- Git commit 754fdceae7de7cbf737af919e28f1a1ec8270189 by Sergio Martins. Committed on 11/06/2017 at 18:54. Pushed by smartins into branch '1.2'. Fix fedora 25 build Don't link to LLVMSupport if not

[kdenlive] [Bug 394121] New: Cursor gets sticky. Impossible to work.

2018-05-11 Thread Sergio Yahni
https://bugs.kde.org/show_bug.cgi?id=394121 Bug ID: 394121 Summary: Cursor gets sticky. Impossible to work. Product: kdenlive Version: 17.12.3 Platform: Ubuntu Packages OS: Linux Status: UNCONFIRMED Severi

[clazy] [Bug 394237] IDE-friendly URLs to documentation pages of checks

2018-05-14 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=394237 --- Comment #1 from Sergio Martins --- Hi Nikolai, For IDEs I recommend using checks.json (it's in the repo). Should have all the information you need and much more. If anything is missing we can add. In fact large parts of the README.

[clazy] [Bug 394237] IDE-friendly URLs to documentation pages of checks

2018-05-15 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=394237 Sergio Martins changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[clazy] [Bug 394237] IDE-friendly URLs to documentation pages of checks

2018-05-15 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=394237 Sergio Martins changed: What|Removed |Added Assignee|unassigned-b...@kde.org |smart...@kde.org --- Comment #3 from Sergio

[clazy] [Bug 394237] IDE-friendly URLs to documentation pages of checks

2018-05-15 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=394237 Sergio Martins changed: What|Removed |Added Latest Commit||https://commits.kde.org/cla

[clazy] [Bug 394334] Building target fails

2018-05-16 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=394334 Sergio Martins changed: What|Removed |Added Assignee|unassigned-b...@kde.org |smart...@kde.org Ever confirmed|0

[clazy] [Bug 401494] inefficient-qlist & inefficient-qlist-soft fail on 32bit Linux architectures

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

[clazy] [Bug 401494] inefficient-qlist & inefficient-qlist-soft fail on 32bit Linux architectures

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

[clazy] [Bug 359639] container-anti-pattern: Warn about double lookup

2018-12-01 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=359639 Sergio Martins changed: What|Removed |Added Resolution|--- |LATER Status|REPORTED

[clazy] [Bug 401494] inefficient-qlist & inefficient-qlist-soft fail on 32bit Linux architectures

2018-12-03 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=401494 --- Comment #3 from Sergio Martins --- you're right, reading the commit again it doesn't make much sense now :) -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 401494] inefficient-qlist & inefficient-qlist-soft fail on 32bit Linux architectures

2018-12-03 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=401494 Sergio Martins changed: What|Removed |Added Ever confirmed|0 |1 Status|RESOLVED

[clazy] [Bug 401494] inefficient-qlist & inefficient-qlist-soft fail on 32bit Linux architectures

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

[clazy] [Bug 401986] Build is broken with trunk Clang

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

[clazy] [Bug 401986] Build is broken with trunk Clang

2018-12-11 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=401986 Sergio Martins changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[clazy] [Bug 397885] clazy-standalone: option to exclude subdirs

2018-09-08 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=397885 Sergio Martins changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Latest Commit

[clazy] [Bug 397885] clazy-standalone: option to exclude subdirs

2018-09-08 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=397885 --- Comment #2 from Sergio Martins --- Git commit 925a3b596920db23bd4ddde256959baf9fbd8e30 by Sergio Martins. Committed on 08/09/2018 at 17:16. Pushed by smartins into branch 'master'. Add ability to ignore directories via command

[Discover] [Bug 398549] New: Discover crashes when trying to open

2018-09-12 Thread Sergio Valencia
https://bugs.kde.org/show_bug.cgi?id=398549 Bug ID: 398549 Summary: Discover crashes when trying to open Product: Discover Version: 5.13.5 Platform: unspecified OS: Linux Status: UNCONFIRMED Keywords: drko

[clazy] [Bug 398633] Feature request add tests for qt containers and qobjects

2018-09-15 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=398633 Sergio Martins changed: What|Removed |Added Ever confirmed|0 |1 Severity|normal

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