Feed Advanced Search

Oct 3 2019

smartins committed R74:94c0a339aab2: Fix the tests through docker (authored by smartins).
Fix the tests through docker
Oct 3 2019, 1:22 PM
smartins committed R74:5dfdc9670ca2: tests: Print an exception if it happens (authored by smartins).
tests: Print an exception if it happens
Oct 3 2019, 11:51 AM
smartins committed R74:d0e213dfdc4f: tests: Fix utf-8 exception introduced with python3 migration (authored by smartins).
tests: Fix utf-8 exception introduced with python3 migration
Oct 3 2019, 11:51 AM
smartins committed R74:d5463d89638a: Remove unused CLAZY_PREFIX variable (authored by smartins).
Remove unused CLAZY_PREFIX variable
Oct 3 2019, 11:08 AM
smartins committed R74:18148007beb9: Remove unused CLAZY_PREFIX variable (authored by smartins).
Remove unused CLAZY_PREFIX variable
Oct 3 2019, 11:08 AM
smartins committed R74:2d3c63ccce7d: Merge branch '1.6' into master (authored by smartins).
Merge branch '1.6' into master
Oct 3 2019, 11:04 AM
smartins committed R74:8d85a409aea6: docker: Always use LLVM_ROOT instead of CLAZY_PREFIX (authored by smartins).
docker: Always use LLVM_ROOT instead of CLAZY_PREFIX
Oct 3 2019, 11:03 AM

Oct 2 2019

smartins committed R74:5ae7f56d80fd: tests: Fix calling script via python3 interpreter (authored by smartins).
tests: Fix calling script via python3 interpreter
Oct 2 2019, 8:19 PM
smartins committed R74:7da5a36efbe4: docker: Remove the llvm4 tests (authored by smartins).
docker: Remove the llvm4 tests
Oct 2 2019, 7:16 PM
smartins committed R74:6499ca6af1b3: Update minimum LLVM to 5.0 (authored by smartins).
Update minimum LLVM to 5.0
Oct 2 2019, 7:14 PM
smartins committed R74:6e1699eb8820: Improve Changelog, mention level3 was removed (authored by smartins).
Improve Changelog, mention level3 was removed
Oct 2 2019, 7:14 PM

Oct 1 2019

smartins committed R74:7ce16505d7e0: tests: Allow to specify the clang-apply-replacements binary (authored by smartins).
tests: Allow to specify the clang-apply-replacements binary
Oct 1 2019, 10:24 PM
smartins committed R74:0bd2a0325326: amend last commit with the actual fix (authored by smartins).
amend last commit with the actual fix
Oct 1 2019, 9:54 PM
smartins committed R74:802310b45831: qproperty-type-mismatch: Fix more false-positives with typedefs (authored by smartins).
qproperty-type-mismatch: Fix more false-positives with typedefs
Oct 1 2019, 8:56 PM
smartins committed R74:f8a1d3050c55: Allow to visit typedefs even in system headers (authored by smartins).
Allow to visit typedefs even in system headers
Oct 1 2019, 5:24 PM
smartins committed R74:492c3a6e1011: qproperty-type-mismatch: Fix more false-positives with typedefs (authored by smartins).
qproperty-type-mismatch: Fix more false-positives with typedefs
Oct 1 2019, 5:24 PM
smartins committed R74:61640dabc6e7: qproperty-type-mismatch: Fix more false-positives due to typedefs (authored by smartins).
qproperty-type-mismatch: Fix more false-positives due to typedefs
Oct 1 2019, 4:11 PM
smartins committed R74:c973a48c983f: qproperty-time-mismatch: Fix false-positives about QPrivateSignal (authored by smartins).
qproperty-time-mismatch: Fix false-positives about QPrivateSignal
Oct 1 2019, 3:06 PM

Sep 30 2019

smartins committed R74:0163ee956e82: qproperty-type-mismatch: Support '*' being next to property name (authored by smartins).
qproperty-type-mismatch: Support '*' being next to property name
Sep 30 2019, 10:39 PM
smartins committed R74:76168b30dea7: qproperty-type-mismatch: comment-out warnings about "too many arguments" (authored by smartins).
qproperty-type-mismatch: comment-out warnings about "too many arguments"
Sep 30 2019, 10:39 PM

Sep 29 2019

smartins committed R74:fe237dd5b035: qproperty-type-mismatch: Don't warn if notify signal has too many params (authored by smartins).
qproperty-type-mismatch: Don't warn if notify signal has too many params
Sep 29 2019, 10:45 PM
smartins committed R74:fa01953777c8: qproperty-type-mismatch: Be more robust against typedefs (authored by smartins).
qproperty-type-mismatch: Be more robust against typedefs
Sep 29 2019, 10:20 PM
smartins committed R74:788c7e1722ee: qproperty-type-mismatch: refactor (authored by smartins).
qproperty-type-mismatch: refactor
Sep 29 2019, 10:20 PM
smartins committed R74:5e3eb5554cd3: qproperty-type-mismatch: Fix false positive (authored by smartins).
qproperty-type-mismatch: Fix false positive
Sep 29 2019, 8:37 PM
smartins committed R74:b90dc8969535: qproperty-type-mismatch: Dont' warn about signal having 0 args (authored by smartins).
qproperty-type-mismatch: Dont' warn about signal having 0 args
Sep 29 2019, 7:31 PM
smartins committed R74:1edd1c50b6b6: qproperty-type-mismatch: fix a bunch of false positives (authored by smartins).
qproperty-type-mismatch: fix a bunch of false positives
Sep 29 2019, 7:04 PM

Sep 28 2019

smartins accepted D24229: Increase the minimum CMake version..
Sep 28 2019, 10:10 PM

Sep 27 2019

smartins committed R499:f2e8b20533e2: Bump clazy stable branch to 1.6 (authored by smartins).
Bump clazy stable branch to 1.6
Sep 27 2019, 5:47 PM
smartins committed R74:d2fabc774b92: Bump master to 1.7 (authored by smartins).
Bump master to 1.7
Sep 27 2019, 5:39 PM
smartins committed R74:b76a5e415616: README: Add Nikolai to list of contributors (authored by smartins).
README: Add Nikolai to list of contributors
Sep 27 2019, 5:34 PM
smartins committed R74:52b3ca57df05: Mention 1.6 is the stable branch (authored by smartins).
Mention 1.6 is the stable branch
Sep 27 2019, 5:34 PM

Sep 22 2019

smartins committed R74:02394220db69: Fix tests with Qt 5.14 by ignoring -Wdeprecated-declarations (authored by smartins).
Fix tests with Qt 5.14 by ignoring -Wdeprecated-declarations
Sep 22 2019, 7:35 PM
smartins committed R74:842ea0221942: range-loop: Fix some true-negatives that didn't suggest qAsConst() (authored by smartins).
range-loop: Fix some true-negatives that didn't suggest qAsConst()
Sep 22 2019, 7:30 PM
smartins committed R74:590d2e0c4204: Move containerNeverDetaches() into range-loop.cpp (authored by smartins).
Move containerNeverDetaches() into range-loop.cpp
Sep 22 2019, 7:30 PM

Sep 21 2019

smartins committed R74:f45c77c694e4: More encoding fixes (authored by smartins).
More encoding fixes
Sep 21 2019, 2:54 PM
smartins committed R74:cad5d8dae5b8: Also fix encoding when reading the file (authored by smartins).
Also fix encoding when reading the file
Sep 21 2019, 2:52 PM
smartins committed R74:5aa16d0cd761: tests: Fix encoding exception when writing to file (authored by smartins).
tests: Fix encoding exception when writing to file
Sep 21 2019, 2:50 PM
smartins committed R74:b75def599c04: qt-macros: Fix unit-test with Qt < 5.12.4 (authored by smartins).
qt-macros: Fix unit-test with Qt < 5.12.4
Sep 21 2019, 2:43 PM
smartins committed R74:cd25e39823d0: Fix build with cmake < 3.12 (authored by smartins).
Fix build with cmake < 3.12
Sep 21 2019, 2:39 PM
smartins committed R74:3330874e7f54: Remove unused private member (authored by smartins).
Remove unused private member
Sep 21 2019, 2:26 PM
smartins committed R74:a0c8ddeab681: Make sure get_command_output() never returns bytes (authored by smartins).
Make sure get_command_output() never returns bytes
Sep 21 2019, 1:56 PM

Sep 20 2019

smartins accepted D24017: Fix accepting LLVM_ROOT with cmake >= 3.12.

landed, you can close it

Sep 20 2019, 10:32 AM
smartins committed R74:83d6fe02203e: Require the new policy CMP0074 (authored by nkosjar).
Require the new policy CMP0074
Sep 20 2019, 10:26 AM
smartins closed D24016: Fix linking against upcoming llvm/clang 9.0.
Sep 20 2019, 9:13 AM
smartins committed R74:902da94ed32e: Fix linking against llvm/clang 9.0 (authored by nkosjar).
Fix linking against llvm/clang 9.0
Sep 20 2019, 9:13 AM

Sep 17 2019

smartins accepted D24016: Fix linking against upcoming llvm/clang 9.0.
Sep 17 2019, 11:35 AM

Sep 15 2019

smartins committed R74:8e967c6aa53a: tests: Explicitly use python3 instead of python (authored by smartins).
tests: Explicitly use python3 instead of python
Sep 15 2019, 9:51 PM
smartins committed R74:2665f754d3c6: tests: Port to python3 (authored by smartins).
tests: Port to python3
Sep 15 2019, 9:04 PM

Sep 13 2019

smartins accepted D23872: Add '-list-checks' command line option.
Sep 13 2019, 1:03 PM
smartins accepted D23871: Remove unused parameter.
Sep 13 2019, 1:03 PM
smartins accepted D23680: Add '-supported-checks-json' command line option.
Sep 13 2019, 1:03 PM
smartins added a comment to D23680: Add '-supported-checks-json' command line option.

Looks fine!

Sep 13 2019, 10:00 AM

Sep 12 2019

smartins added a comment to D23680: Add '-supported-checks-json' command line option.

Any recipe to run the tests correctly would be nice :)

Sep 12 2019, 8:59 PM
smartins accepted D23870: README: Fix old checker name.

do you have commit rights ?

Sep 12 2019, 5:44 PM

Sep 3 2019

smartins added a comment to D23680: Add '-supported-checks-json' command line option.

Should this option consider the checks provided with "-checks="? That would be in line with clang-tidy and would allow IDEs to query the checks enabled by default (providing -meta-checks but no -checks=).

Honoring -checks= would also mean that available_categories in checks.json needs to be adapted accordingly. That is, this patch would not only dump the compiled in string, but read the json, and filter it.

Sep 3 2019, 9:27 PM
smartins added a comment to D23680: Add '-supported-checks-json' command line option.

I'm not sure whether "-meta-checks" is descriptive enough. Can't come up with a better name right now. Suggestions?

How do I run the tests properly? I've tried running tests/run_tests.py from the build dir, but this results in many errors...

Sep 3 2019, 8:22 PM
smartins committed R74:6bbdc9b71b30: qproperty-type-mismatch: Move to manual level (authored by smartins).
qproperty-type-mismatch: Move to manual level
Sep 3 2019, 6:21 PM
smartins closed D22962: Introduce qproperty-type-mismatch checker.

this landed, thanks!

Sep 3 2019, 5:29 PM
smartins accepted D22962: Introduce qproperty-type-mismatch checker.
Sep 3 2019, 5:29 PM
smartins added inline comments to D22962: Introduce qproperty-type-mismatch checker.
Sep 3 2019, 5:29 PM
smartins committed R74:82d6329c7db1: Add a commit to FixitExporter (authored by smartins).
Add a commit to FixitExporter
Sep 3 2019, 5:28 PM
smartins committed R74:8bb841ae24fa: generate.py: Also remove level3 from the readmes (authored by smartins).
generate.py: Also remove level3 from the readmes
Sep 3 2019, 5:28 PM
smartins committed R74:1e94cb23d68e: Introduce qproperty-type-mismatch (authored by jcelerier).
Introduce qproperty-type-mismatch
Sep 3 2019, 5:28 PM
smartins committed R74:4fab5d8d34b3: generate.py: remove level3, it's no longer a thing (authored by smartins).
generate.py: remove level3, it's no longer a thing
Sep 3 2019, 5:18 PM

Sep 1 2019

smartins committed R74:afc877b17297: Fix exporting built-in warnings to yaml (authored by smartins).
Fix exporting built-in warnings to yaml
Sep 1 2019, 2:42 PM
smartins committed R74:f3da2721a9a7: unneeded-cast: Fix unit-test (authored by smartins).
unneeded-cast: Fix unit-test
Sep 1 2019, 2:00 PM
smartins committed R74:27b687e62c59: signal-with-return-value: Fix unit-tests (authored by smartins).
signal-with-return-value: Fix unit-tests
Sep 1 2019, 1:46 PM
smartins committed R74:0f762fc9ffb9: qt-macros: Fix unit-tests with Qt 5.12.4 (authored by smartins).
qt-macros: Fix unit-tests with Qt 5.12.4
Sep 1 2019, 1:46 PM

Aug 12 2019

smartins added a comment to D22962: Introduce qproperty-type-mismatch checker.

Run ./dev-scripts/generate.py --generate (which reads the checks.json file)

Aug 12 2019, 9:45 AM

Aug 4 2019

smartins committed R74:7a3d9cc18d96: Fix -export-fixes on clazy-standalone with multiple files (authored by smartins).
Fix -export-fixes on clazy-standalone with multiple files
Aug 4 2019, 5:23 PM
smartins committed R74:3af178f500c9: Rename variable for readability (authored by smartins).
Rename variable for readability
Aug 4 2019, 12:57 PM

Jun 12 2019

smartins committed R74:6640d4ef77ec: mini-ast-dumper: Encode spellingLocation too (authored by smartins).
mini-ast-dumper: Encode spellingLocation too
Jun 12 2019, 10:24 AM

Jun 11 2019

smartins committed R74:deb8780e7af8: Remove duplicated classes (authored by smartins).
Remove duplicated classes
Jun 11 2019, 9:56 PM
smartins committed R74:5515bf158752: WIP (authored by smartins).
WIP
Jun 11 2019, 9:42 PM
smartins committed R74:5e226f6cf876: Add FunctionUtils::getFunctionDeclaration() (authored by smartins).
Add FunctionUtils::getFunctionDeclaration()
Jun 11 2019, 9:42 PM

Jun 10 2019

smartins committed R74:019f936ee737: Handle templates and built-in functions too (authored by smartins).
Handle templates and built-in functions too
Jun 10 2019, 6:21 PM
smartins committed R74:c7bcc9dbce2b: Add some sanity checks (authored by smartins).
Add some sanity checks
Jun 10 2019, 2:36 PM
smartins committed R74:3901d72b120a: WIP: Start processing the AST (authored by smartins).
WIP: Start processing the AST
Jun 10 2019, 1:44 PM
smartins committed R74:e50222c243b9: WIP (authored by smartins).
WIP
Jun 10 2019, 1:44 PM

Jun 9 2019

smartins committed R74:e89a0230dcc4: Fix cbor errors (authored by smartins).
Fix cbor errors
Jun 9 2019, 12:50 PM
smartins committed R74:027a93871500: WIP (authored by smartins).
WIP
Jun 9 2019, 11:42 AM

Jun 7 2019

smartins committed R74:8586dd8c2a3c: WIP (authored by smartins).
WIP
Jun 7 2019, 1:55 PM
smartins committed R74:22b8c12a447d: WIP (authored by smartins).
WIP
Jun 7 2019, 11:45 AM

Jun 6 2019

smartins committed R74:849343a794b2: WIP (authored by smartins).
WIP
Jun 6 2019, 8:44 PM
smartins committed R74:c9abcd5ee9e9: Add 3rdparty/tinycbor (authored by Sérgio Martins <sergio.martins@kdab.com>).
Add 3rdparty/tinycbor
Jun 6 2019, 6:53 PM

Jun 4 2019

smartins committed R74:bd40d70a1855: Add a mini AST dumper (authored by Sérgio Martins <sergio.martins@kdab.com>).
Add a mini AST dumper
Jun 4 2019, 9:00 PM
smartins committed R74:a8172f1df34f: Add missing override (authored by smartins).
Add missing override
Jun 4 2019, 9:00 PM

Jun 3 2019

smartins committed R74:04d096386a14: signal-with-return-value: warn for by-ref signal arguments (authored by smartins).
signal-with-return-value: warn for by-ref signal arguments
Jun 3 2019, 5:02 PM
smartins committed R74:7763c1d33ea6: Introduce signal-with-return-value (authored by Sérgio Martins <sergio.martins@kdab.com>).
Introduce signal-with-return-value
Jun 3 2019, 4:15 PM

May 30 2019

smartins closed D21485: Fix window activation on Windows.

pushed

May 30 2019, 7:19 PM · Kate
smartins committed R40:18b05cb14bdd: Fix window activation on Windows (authored by smartins).
Fix window activation on Windows
May 30 2019, 7:19 PM

May 29 2019

smartins requested review of D21485: Fix window activation on Windows.
May 29 2019, 6:23 PM · Kate

May 27 2019

smartins committed R74:4918d8efba9b: unneeded-cast: Improve warning message for unneeded qobject_cast (authored by smartins).
unneeded-cast: Improve warning message for unneeded qobject_cast
May 27 2019, 1:12 PM

May 26 2019

smartins committed R45:34175cdd3976: Fix build with MSVC (authored by smartins).
Fix build with MSVC
May 26 2019, 1:00 AM
smartins committed R45:f540b95cc744: Use 'unsigned int' instead of 'uint' (authored by smartins).
Use 'unsigned int' instead of 'uint'
May 26 2019, 1:00 AM

May 19 2019

smartins committed R74:3e684e046eef: Fix build with llvm trunk (authored by smartins).
Fix build with llvm trunk
May 19 2019, 12:44 PM

May 15 2019

smartins added a comment to D21151: WIP: clang-tidy compatibility.

needs a rebase, then it probably can be merged (if it's functionally equivalent, i.e. doesn't remove the env vars just yet)
then in another commit it can read from .clazy

May 15 2019, 6:10 PM

May 13 2019

smartins committed R74:ea204e3e5e5a: copyable-polymorphic: Explain better what's the problem in the README (authored by smartins).
copyable-polymorphic: Explain better what's the problem in the README
May 13 2019, 9:52 PM
smartins committed R74:57888024f031: Remove mention of CLAZY_FIXIT from the READMEs (authored by smartins).
Remove mention of CLAZY_FIXIT from the READMEs
May 13 2019, 9:18 AM
smartins committed R74:73f8700b4b2a: Remove unused ClazyFixItOptions (authored by smartins).
Remove unused ClazyFixItOptions
May 13 2019, 9:18 AM