index
:
clang/clazy.git
1.10-based
1.11-based
1.12-based
1.13-based
1.4-based
1.5-based
1.6-based
1.7-based
1.8-based
1.9-based
master
upstream/1.1
upstream/1.10
upstream/1.11
upstream/1.12
upstream/1.2
upstream/1.3
upstream/1.4
upstream/1.5
upstream/1.6
upstream/1.7
upstream/1.8
upstream/1.9
upstream/boost_regex
upstream/ivan/fixes-for-llvm16
upstream/keeping_unstable_ref
upstream/master
upstream/mini-ast-dumper
upstream/mini-ast-dumper2
upstream/mr/177
upstream/mr/75
upstream/testingCI
upstream/testing_build_fix
upstream/testing_buildfix
upstream/testing_list_checks
upstream/work/ahmad/L1
upstream/work/alex/cleanup_and_compat
upstream/work/alex/detach_fixits
upstream/work/alex/run_tests_uninstalled
upstream/work/alex/scoped_suppressions
upstream/work/alex/stringref
upstream/work/alex/stuff
upstream/work/comp_op_checker
upstream/work/ivan/project-level-dot-clazy-file
upstream/work/qt-keywords
upstream/work/spdx-ci
Vendor branches of https://cgit.kde.org/clazy.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the archlinux dockerfile
Sergio Martins
2022-01-20
1
-1
/
+1
*
rule-of-two-soft: Honour explicitly defaulted copy-ctor/operator
Sergio Martins
2021-10-26
3
-0
/
+34
*
Remove inefficient-qlist check, the issue has been fixed in Qt6
Sergio Martins
2021-10-13
7
-172
/
+0
*
Fix Bug 442729 related to qt6-qlatin1stringchar-to-u fixit
Lucie Gérard
2021-10-13
3
-77
/
+93
*
Fix check for temporary QString when checking QRegularExpression
Waqar Ahmed
2021-09-20
1
-0
/
+21
*
Fix bug 439337
Lucie Gérard
2021-08-21
3
-118
/
+173
*
Fix crash with QVariant::toRegularExpression()
Waqar Ahmed
2021-08-16
2
-2
/
+6
*
Check QRegularExpression.*match() usage
Waqar Ahmed
2021-08-12
2
-0
/
+14
*
Fix crash if QRegularExpression() is used
Waqar Ahmed
2021-08-10
1
-0
/
+7
*
unexpected-flag-enumerator-value: cleanup and fix tests
Waqar Ahmed
2021-08-01
1
-2
/
+1
*
unexpected-flag-enumerator: Add a false-positive
Sergio Martins
2021-07-31
1
-0
/
+8
*
unexpected-flag-enumerator-value: Add a failing test
Sergio Martins
2021-07-31
2
-1
/
+12
*
Unexpected-flag-enumerator-value fixes
Waqar Ahmed
2021-07-28
1
-0
/
+51
*
Fixes for use-static-qregular-expression
Waqar Ahmed
2021-07-28
2
-13
/
+39
*
unexpected-flag-enumerator-value: Don't warn when value is negative
Sergio Martins
2021-07-27
1
-0
/
+9
*
unexpected-flag-enumerator-value: fix flag detection
Sergio Martins
2021-07-27
1
-1
/
+10
*
unexpected-flag-enumerator-value: Don't warn for enums with 0
Sergio Martins
2021-07-27
1
-0
/
+9
*
unexpected-flag-enumerator-value: Accept values named "mask"
Sergio Martins
2021-07-27
1
-0
/
+9
*
unexpected-flag-enumerator-value: Don't warn for unnamed enums
Sergio Martins
2021-07-27
1
-0
/
+8
*
New check: Unexpected flag enumerator value
Waqar Ahmed
2021-07-27
3
-0
/
+57
*
add check: Use Static QRegularExpression
Waqar Ahmed
2021-07-25
3
-0
/
+83
*
rename check to use-arrow-operator-instead-of-data
Waqar Ahmed
2021-07-23
5
-3
/
+3
*
Add a fix-it for use-arrow-operator
Waqar Ahmed
2021-07-23
1
-0
/
+20
*
Add use-arrow-operator
Waqar Ahmed
2021-07-23
3
-0
/
+31
*
tests: Also blacklist old-style-connect/usingnamespace on msvc
Sergio Martins
2021-07-19
1
-1
/
+1
*
cmake: Don't pass iframework on windows
Sergio Martins
2021-07-19
1
-1
/
+1
*
Fix tests on mac due to framework Qt
Sergio Martins
2021-07-19
1
-2
/
+3
*
tests: skip old-style-connect/usingnamespace.cpp on macOS
Sergio Martins
2021-07-19
1
-1
/
+2
*
cmake: Add a debian unstable docker preset too
Sergio Martins
2021-07-19
1
-6
/
+15
*
tests: Fix tests on ubuntu 18.04 and 20.04
Sergio Martins
2021-07-18
2
-0
/
+2
*
tests: Fix missing-qobject-macro tests on opensuse-leap
Sergio Martins
2021-07-18
2
-6
/
+26
*
tests: Use CLANG_BUILTIN_INCLUDE_DIR for the Fedora docker too
Sergio Martins
2021-07-18
1
-4
/
+4
*
tests: Improve running on the ubuntu dockers
Sergio Martins
2021-07-18
3
-6
/
+10
*
tests: Add support for passing clang's built-in include dir
Sergio Martins
2021-07-18
3
-2
/
+14
*
tests: Fix compatibility with Python 3.6
Sergio Martins
2021-07-18
1
-1
/
+1
*
cmake|tests: Move env vars into the Dockerfile
Sergio Martins
2021-07-18
3
-0
/
+9
*
tests: Fix fedora-34 Dockerfile to run our tests
Sergio Martins
2021-07-18
1
-1
/
+8
*
tests: Allow multiple run_tests.py to run in parallel
Sergio Martins
2021-07-18
1
-12
/
+8
*
tests: Allow our run_command() to receive a cwd
Sergio Martins
2021-07-18
1
-4
/
+4
*
tests: Add cmake presets for fedora and opensuse dockers
Sergio Martins
2021-07-17
4
-27
/
+25
*
tests: Add presets for ubuntu 21.04 and 20.04 dockers
Sergio Martins
2021-07-17
4
-13
/
+50
*
cmake: Add a preset that builds on ubuntu 18.04 docker
Sergio Martins
2021-07-16
2
-11
/
+15
*
lambda-in-connect: Fix off-by-one when accessing 3rd argument
Sergio Martins
2021-06-11
2
-1
/
+15
*
copyable-polymorphic: Don't warn for some final classes
Sergio Martins
2021-06-03
2
-0
/
+24
*
Merge branch '1.9'
Sergio Martins
2021-05-14
1
-2
/
+1
|
\
*
|
incorrect-emit: Add unit-test for a bug
Sergio Martins
2021-05-14
3
-0
/
+24
*
|
connect-3arg-lambda: Add a test that it still works with c++17
Sergio Martins
2021-05-05
1
-0
/
+5
*
|
tests: Allow a test to specify that it wants c++17
Sergio Martins
2021-05-05
1
-7
/
+12
*
|
Ran a code formatter on run_tests.py
Sergio Martins
2021-05-05
1
-60
/
+152
*
|
Fix range-loop-reference tests expected output
Francisco Boni
2021-04-23
2
-3
/
+4
[next]