Feed Advanced Search

May 7 2020

smartins accepted D29510: Don't use [[, it's a bashism.
May 7 2020, 9:35 PM
smartins accepted D29348: clazy.cmake - don't print level3 checker list.
May 7 2020, 8:37 PM

May 4 2020

smartins committed R74:5f50c289aeb5: Introduce qstring-comparison-to-implicit-char (authored by smartins).
Introduce qstring-comparison-to-implicit-char
May 4 2020, 8:52 PM

Apr 29 2020

smartins accepted D29151: [jni-signatures] Also check class and method names.
Apr 29 2020, 9:08 PM

Apr 22 2020

smartins accepted D28887: Initial check for invalid JNI method signatures.
Apr 22 2020, 12:43 PM

Apr 19 2020

smartins committed R74:19125399c11b: Merge branch '1.6' (authored by smartins).
Merge branch '1.6'
Apr 19 2020, 9:24 PM
smartins committed R74:6eab2735dc7c: qstring-allocations: Fix unit-tests with llvm-10 (authored by smartins).
qstring-allocations: Fix unit-tests with llvm-10
Apr 19 2020, 9:20 PM
smartins closed D28524: Fix build on LLVM < 8.

pushed, please close

Apr 19 2020, 8:18 PM
smartins committed R74:d6325cf252ff: Allow promoting selected checks to compiler errors via an env variable (authored by christianschaerf).
Allow promoting selected checks to compiler errors via an env variable
Apr 19 2020, 8:15 PM
smartins committed R74:09effe0b02ca: Fix build on LLVM < 8 (authored by christianschaerf).
Fix build on LLVM < 8
Apr 19 2020, 8:15 PM
smartins closed D28757: Allow promoting selected checks to compiler errors via an environment variable.

pushed, please close

Apr 19 2020, 8:11 PM

Apr 16 2020

smartins requested changes to D28887: Initial check for invalid JNI method signatures.

Each check should have a README (see other checks for an example)
Also add an entry to the ChangeLog

Apr 16 2020, 7:12 PM

Apr 13 2020

smartins accepted D28757: Allow promoting selected checks to compiler errors via an environment variable.

to master branch, thanks :)

Apr 13 2020, 10:45 AM
smartins accepted D28524: Fix build on LLVM < 8.

thanks, please push to 1.6 branch

Apr 13 2020, 10:43 AM
smartins committed R74:dd4a977d3166: Update README-copyable-polymorphic.md (authored by ferdnyc).
Update README-copyable-polymorphic.md
Apr 13 2020, 10:41 AM

Apr 6 2020

smartins committed R74:b8e51cb89c89: virtual-call-ctor: Don't warn for calls inside lambdas (authored by smartins).
virtual-call-ctor: Don't warn for calls inside lambdas
Apr 6 2020, 11:03 AM
smartins committed R74:8b171d7bc9ab: wip (authored by smartins).
wip
Apr 6 2020, 10:44 AM

Mar 28 2020

smartins committed R74:be4f13112f1a: merge 1.6 (authored by smartins).
merge 1.6
Mar 28 2020, 4:02 PM
smartins committed R74:df41bd294339: Fix build issues using llvm 10.0.0 (authored by Johannes Ziegenbalg <Johannes.Ziegenbalg@tu-dresden.de>).
Fix build issues using llvm 10.0.0
Mar 28 2020, 3:56 PM

Mar 3 2020

smartins committed R74:4b47c5ea9e2b: connect-non-signal: Fix case where it didn't find the pmf (authored by smartins).
connect-non-signal: Fix case where it didn't find the pmf
Mar 3 2020, 2:15 PM
smartins committed R74:014c9fdffed9: connect-non-signal: Improve internal error warning (authored by smartins).
connect-non-signal: Improve internal error warning
Mar 3 2020, 1:16 PM

Dec 28 2019

smartins committed R74:4bc20ca3106e: Add .cmake to .gitignore (authored by smartins).
Add .cmake to .gitignore
Dec 28 2019, 4:27 PM
smartins committed R74:4f08e25c1268: qstring-arg: Warn when passing integers to QLatin1String::arg() (authored by smartins).
qstring-arg: Warn when passing integers to QLatin1String::arg()
Dec 28 2019, 4:27 PM
smartins committed R74:521990d9fbb1: Fix typo: s/Errot/Error (authored by smartins).
Fix typo: s/Errot/Error
Dec 28 2019, 4:27 PM

Nov 27 2019

smartins committed R74:aa9cd0c03c93: heap-allocated-small-trivial-type: less false-positives (authored by smartins).
heap-allocated-small-trivial-type: less false-positives
Nov 27 2019, 11:35 PM
smartins committed R74:c5405f59f96c: heap-allocated-small-trivial-type: less false-positives (authored by smartins).
heap-allocated-small-trivial-type: less false-positives
Nov 27 2019, 11:23 PM
smartins committed R74:6cceaa9a9fb2: Add unit-test for previous commit (authored by smartins).
Add unit-test for previous commit
Nov 27 2019, 11:15 PM
smartins committed R74:a7c257daedf8: heap-allocated-small-trivial-type: Don't warn if passed to something else (authored by smartins).
heap-allocated-small-trivial-type: Don't warn if passed to something else
Nov 27 2019, 11:06 PM
smartins committed R74:4e9be187d692: Rename for readability. assignedTo() -> assignedFrom() (authored by smartins).
Rename for readability. assignedTo() -> assignedFrom()
Nov 27 2019, 11:06 PM
smartins committed R74:55e1700b57fd: overloaded-signal: Add to 'readability' category (authored by smartins).
overloaded-signal: Add to 'readability' category
Nov 27 2019, 4:12 PM

Nov 26 2019

smartins committed R74:072cfe6236cc: Introduce overloaded-signal (authored by smartins).
Introduce overloaded-signal
Nov 26 2019, 12:06 PM
smartins added a comment to T12217: Write a clazy check to detect overloaded signals in a class.

This is done, it's called: overloaded-signal

Nov 26 2019, 10:41 AM · KF6

Nov 25 2019

smartins added a comment to T12217: Write a clazy check to detect overloaded signals in a class.

Should be trivial, will do it after work ;)

Nov 25 2019, 9:16 AM · KF6

Nov 11 2019

smartins accepted D25163: Check if clazy should be linked to clang-cpp.
Nov 11 2019, 9:57 PM
smartins committed R74:f56f90490724: temporary branch to test patch by krop in the docker containers (authored by smartins).
temporary branch to test patch by krop in the docker containers
Nov 11 2019, 8:11 PM
smartins added a comment to D25163: Check if clazy should be linked to clang-cpp.

thanks, will test this today

Nov 11 2019, 12:19 PM

Nov 6 2019

smartins committed R74:56c05b7fd109: README.md: remove incorrect WARNING in front of header (authored by Pragma Twice <i@twice.moe>).
README.md: remove incorrect WARNING in front of header
Nov 6 2019, 1:32 PM

Nov 3 2019

smartins committed R74:17edcc706400: Merge branch '1.6' into master (authored by smartins).
Merge branch '1.6' into master
Nov 3 2019, 10:57 PM
smartins committed R74:4d21fbd1fdaa: Fix clazy-standalone always needing a source file name (authored by smartins).
Fix clazy-standalone always needing a source file name
Nov 3 2019, 10:55 PM
smartins committed R74:3d16f77d9fa0: Fix clazy-standalone always needing a source file name (authored by smartins).
Fix clazy-standalone always needing a source file name
Nov 3 2019, 10:28 PM

Nov 2 2019

smartins committed R74:a20f862a8b02: Merge branch '1.6' into master (authored by smartins).
Merge branch '1.6' into master
Nov 2 2019, 5:30 PM
smartins committed R74:4ed02c93f1e7: Update .gitignore, added ninja build files (authored by smartins).
Update .gitignore, added ninja build files
Nov 2 2019, 5:30 PM
smartins committed R74:1588ffdc8e86: Use boost:regex if std::regex is missing (authored by smartins).
Use boost:regex if std::regex is missing
Nov 2 2019, 5:30 PM
smartins committed R74:bd024710d518: Dont' generate an empty yaml file if there's no fixits (authored by smartins).
Dont' generate an empty yaml file if there's no fixits
Nov 2 2019, 5:20 PM

Oct 28 2019

smartins committed R74:a790f6bc5692: Use boost:regex if std::regex is missing (authored by smartins).
Use boost:regex if std::regex is missing
Oct 28 2019, 8:08 PM

Oct 20 2019

smartins committed R74:05525ca8a85e: Merge branch '1.6' (authored by smartins).
Merge branch '1.6'
Oct 20 2019, 12:09 AM
smartins committed R74:636b53fe4e5f: Add a 32bit ubuntu Dockerfile for testing (authored by smartins).
Add a 32bit ubuntu Dockerfile for testing
Oct 20 2019, 12:08 AM
smartins committed R74:6b140de078c0: inefficient-qlist: Fix test on 32-bit platforms (authored by smartins).
inefficient-qlist: Fix test on 32-bit platforms
Oct 20 2019, 12:08 AM

Oct 14 2019

smartins committed R74:063e22d43692: Merge branch '1.6' into master (authored by smartins).
Merge branch '1.6' into master
Oct 14 2019, 6:05 PM
smartins committed R74:217167e769f7: AppImage: Blacklist failing tests due to missing std::regexp (authored by smartins).
AppImage: Blacklist failing tests due to missing std::regexp
Oct 14 2019, 6:05 PM
smartins committed R74:e52fe4f4fc7d: When running test_requested_checks.sh, honour CLAZY_CXX (authored by smartins).
When running test_requested_checks.sh, honour CLAZY_CXX
Oct 14 2019, 5:50 PM
smartins committed R74:a89eac65cd79: AppImage: Run a git pull in /clazy before executing the script (authored by smartins).
AppImage: Run a git pull in /clazy before executing the script
Oct 14 2019, 5:27 PM
smartins committed R74:9139a9eaa8fb: Merge branch '1.6' into master (authored by smartins).
Merge branch '1.6' into master
Oct 14 2019, 5:22 PM
smartins committed R74:0d4051771963: AppImage: Add cmake hack to build on our old Centos 6.8 (authored by smartins).
AppImage: Add cmake hack to build on our old Centos 6.8
Oct 14 2019, 5:16 PM
smartins committed R74:26409cb523e8: Merge branch '1.6' into master (authored by smartins).
Merge branch '1.6' into master
Oct 14 2019, 3:48 PM
smartins committed R74:5eedfd8b7217: Update make_appimage.sh so it matches the new docker container (authored by smartins).
Update make_appimage.sh so it matches the new docker container
Oct 14 2019, 3:41 PM
smartins committed R74:b524c739a6cc: AppImage: Remove more llvm binaries which we don't need (authored by smartins).
AppImage: Remove more llvm binaries which we don't need
Oct 14 2019, 11:54 AM
smartins committed R74:c3c52e9800fc: heap-allocated-small-trivial-type: Minor README improvement (authored by smartins).
heap-allocated-small-trivial-type: Minor README improvement
Oct 14 2019, 11:54 AM

Oct 13 2019

smartins committed R74:3f88be79d37b: AppImage: Install llvm to our AppImage folder (authored by smartins).
AppImage: Install llvm to our AppImage folder
Oct 13 2019, 10:47 PM
smartins committed R74:d96ddbab71d5: Add Dockerfile to build a CentOS 6.8 container to build an AppImage (authored by smartins).
Add Dockerfile to build a CentOS 6.8 container to build an AppImage
Oct 13 2019, 4:36 PM

Oct 12 2019

smartins committed R74:b0250d6ef24c: Merge branch '1.6' into master (authored by smartins).
Merge branch '1.6' into master
Oct 12 2019, 8:42 AM
smartins committed R74:d0f76cbc9f4b: Update the AppImage script to LLVM 9.0 (authored by smartins).
Update the AppImage script to LLVM 9.0
Oct 12 2019, 8:40 AM
smartins committed R74:fd63583937ba: Update the Windows package readme (authored by smartins).
Update the Windows package readme
Oct 12 2019, 8:39 AM
smartins committed R74:51a1f0ae1ac0: README: Don't require to build clazy with clang-cl on Windows (authored by smartins).
README: Don't require to build clazy with clang-cl on Windows
Oct 12 2019, 8:38 AM
smartins committed R74:b0f23a4b23b5: Update ChangeLog for today's 1.6 release (authored by smartins).
Update ChangeLog for today's 1.6 release
Oct 12 2019, 8:38 AM

Oct 9 2019

smartins committed R74:b4ac7b2d9fd0: Merge branch '1.6' into master (authored by smartins).
Merge branch '1.6' into master
Oct 9 2019, 11:06 PM
smartins committed R74:bd8e823f058d: tests: Update comment about running docker for fedora (authored by smartins).
tests: Update comment about running docker for fedora
Oct 9 2019, 10:39 PM
smartins committed R74:3d4b6abfd837: Fix build with MSVC (authored by nkosjar).
Fix build with MSVC
Oct 9 2019, 10:34 PM
smartins committed R74:5e7a57c36dbb: Fix build with MSVC (authored by cadam).
Fix build with MSVC
Oct 9 2019, 10:14 PM
smartins closed D24513: Build fix with MSVC2017.

pushed, thanks!

Oct 9 2019, 10:14 PM
smartins accepted D24506: Fix build with MSVC.
Oct 9 2019, 1:23 PM
smartins accepted D24513: Build fix with MSVC2017.
Oct 9 2019, 1:23 PM
smartins committed R74:4b6e098ad02d: tests: Fix passing arguments to docker, had a typo (authored by smartins).
tests: Fix passing arguments to docker, had a typo
Oct 9 2019, 10:24 AM

Oct 8 2019

smartins committed R74:6fbbf466485e: Amend previous commit, we want DLINK_CLAZY_TO_LLVM=OFF, not ON (authored by smartins).
Amend previous commit, we want DLINK_CLAZY_TO_LLVM=OFF, not ON
Oct 8 2019, 11:01 PM
smartins committed R74:54de206f2a33: tests: Fix exceptions about environment having non ascii (authored by smartins).
tests: Fix exceptions about environment having non ascii
Oct 8 2019, 10:40 PM
smartins committed R74:95359d148d21: tests: Allow to pass cmake arguments to the docker containers (authored by smartins).
tests: Allow to pass cmake arguments to the docker containers
Oct 8 2019, 10:40 PM
smartins committed R74:e0cdaad92a6c: tests Fix fixit tests on Windows (authored by smartins).
tests Fix fixit tests on Windows
Oct 8 2019, 4:06 PM
smartins committed R74:e9237e7c8a71: WIP (authored by smartins).
WIP
Oct 8 2019, 11:19 AM
smartins committed R74:5d5448ebdfa6: tests: Fix calling diff on Windows due to line-endings (authored by smartins).
tests: Fix calling diff on Windows due to line-endings
Oct 8 2019, 9:27 AM

Oct 7 2019

smartins committed R74:7616ce83efd2: tests: Fix a python exception on Windows (authored by smartins).
tests: Fix a python exception on Windows
Oct 7 2019, 9:59 PM
smartins committed R74:44ea3bf4b4a9: tests: Add option to not run fixits (authored by smartins).
tests: Add option to not run fixits
Oct 7 2019, 9:59 PM
smartins committed R74:a7a0f2dbeacd: Update README with instructions to build on Windows (authored by smartins).
Update README with instructions to build on Windows
Oct 7 2019, 9:13 PM
smartins committed R74:c26ac08ba205: qproperty-type-mismatch: Fix build on Windows (authored by smartins).
qproperty-type-mismatch: Fix build on Windows
Oct 7 2019, 8:57 PM

Oct 5 2019

smartins committed R74:509f4352394b: Merge branch '1.6' (authored by smartins).
Merge branch '1.6'
Oct 5 2019, 3:25 PM
smartins committed R74:cf04280bab65: qproperty-type-mismatch: Fix unit-tests with llvm-9 (authored by smartins).
qproperty-type-mismatch: Fix unit-tests with llvm-9
Oct 5 2019, 3:25 PM
smartins committed R74:409798f46ec4: qproperty-type-mismatch: Fix unit-tests with llvm-9 (authored by smartins).
qproperty-type-mismatch: Fix unit-tests with llvm-9
Oct 5 2019, 3:24 PM

Oct 4 2019

smartins committed R74:9c40bbc9b066: [SQUASH WITH PREVIOUS] continue to linking plugint o clang on mac/windows (authored by smartins).
[SQUASH WITH PREVIOUS] continue to linking plugint o clang on mac/windows
Oct 4 2019, 11:39 PM
smartins committed R74:6ddac8d96441: [SQUASH WITH PREVIOUS] Also don't link the clangtooling libraries for the same… (authored by smartins).
[SQUASH WITH PREVIOUS] Also don't link the clangtooling libraries for the same…
Oct 4 2019, 11:12 PM
smartins committed R74:5d8bceb215cc: Fix "Option foo registered more than once" errors (authored by smartins).
Fix "Option foo registered more than once" errors
Oct 4 2019, 10:55 PM
smartins committed R74:b4b6d5303eac: tests: Install diffutils in Fedora's docker (authored by smartins).
tests: Install diffutils in Fedora's docker
Oct 4 2019, 10:25 PM

Oct 3 2019

smartins committed R74:532e308a69f1: qproperty-without-notify: Fix false-positives with llvm-9 (authored by smartins).
qproperty-without-notify: Fix false-positives with llvm-9
Oct 3 2019, 10:01 PM
smartins committed R74:8eddc38c8625: Merge branch '1.6' into master (authored by smartins).
Merge branch '1.6' into master
Oct 3 2019, 9:21 PM
smartins committed R74:81a1fe1c5837: Comment-out unintentional debug (authored by smartins).
Comment-out unintentional debug
Oct 3 2019, 9:20 PM
smartins committed R74:ab7885cf0bd5: Merge branch '1.6' into master (authored by smartins).
Merge branch '1.6' into master
Oct 3 2019, 9:19 PM
smartins committed R74:884faa456e33: Fix clazy-standalone with llvm-9 (authored by smartins).
Fix clazy-standalone with llvm-9
Oct 3 2019, 9:19 PM
smartins committed R74:90cd69b289b4: tests: Add Dockerfile for opensuse-tumbleweed (authored by smartins).
tests: Add Dockerfile for opensuse-tumbleweed
Oct 3 2019, 3:43 PM
smartins committed R74:0b54dd139acc: tests: Add opensuse-leap and fedora-31 Dockerfiles (authored by smartins).
tests: Add opensuse-leap and fedora-31 Dockerfiles
Oct 3 2019, 3:43 PM
smartins committed R74:763ed0820afa: tests: Add Archlinux and Debian Dockerfiles (authored by smartins).
tests: Add Archlinux and Debian Dockerfiles
Oct 3 2019, 2:22 PM
smartins committed R74:6ee3daa03f04: tests: Add the Dockerfile used for creating the ubuntu image (authored by smartins).
tests: Add the Dockerfile used for creating the ubuntu image
Oct 3 2019, 1:27 PM
smartins committed R74:9bf2f5acfe79: Add checks.json.h to .gitignore (authored by smartins).
Add checks.json.h to .gitignore
Oct 3 2019, 1:22 PM