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/run_tests_uninstalled
upstream/work/alex/scoped_suppressions
upstream/work/alex/stuff
upstream/work/changeloginappstream
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix linker error with LLVM 18
HEAD
master
Cristian Adam
2024-02-12
1
-0
/
+6
*
Fix compiler error with LLVM 18
Cristian Adam
2024-02-12
2
-2
/
+12
*
Fix compilation with LLVM 17.0.0 (rc2)
Cristian Adam
2023-08-14
1
-1
/
+9
*
Adapt to API changes in clang/llvm 16
Ivan Čukić
2023-02-09
3
-6
/
+14
*
Build fixes for LLVM/Clang 15.0.0
Cristian Adam
2022-09-07
11
-11
/
+33
*
Add CXX_STANDARD for regex compiler check
Cristian Adam
2022-02-23
1
-1
/
+1
*
Linker fix for MinGW
Cristian Adam
2022-02-22
2
-2
/
+2
*
Fix build on macOS
v1.11
Sergio Martins
2022-01-20
1
-2
/
+5
*
Fix the archlinux dockerfile
Sergio Martins
2022-01-20
1
-1
/
+1
*
Bump version to 1.11
Sergio Martins
2022-01-20
3
-5
/
+3
*
Merge remote-tracking branch 'origin/1.10'
Pino Toscano
2021-12-21
1
-1
/
+1
|
\
|
*
src/SourceCompatibilityHelpers.h - fix compile with LLVM<12
upstream/1.10
Allen Winter
2021-12-21
1
-1
/
+1
|
*
Don't hard code std=c++14 in CXX_FLAGS
Heiko Becker
2021-12-16
1
-1
/
+1
*
|
src/SourceCompatibilityHelpers.h - fix compile with LLVM<12
Allen Winter
2021-12-11
1
-1
/
+1
*
|
Merge branch '1.10'
Sergio Martins
2021-12-02
1
-1
/
+1
|
\
|
|
*
copyable-polymorphic: Fix build due to missing std::
Sergio Martins
2021-12-02
1
-1
/
+1
*
|
cmake: Require c++17
Sergio Martins
2021-12-02
1
-1
/
+1
*
|
Merge branch '1.10'
Sergio Martins
2021-12-02
2
-11
/
+7
|
\
|
|
*
Fix build with some newer gcc complaining about deleted Lexer
Sergio Martins
2021-12-02
2
-11
/
+7
|
*
Fix build with upcoming llvm 13
v1.10
Sergio Martins
2021-07-20
1
-1
/
+1
*
|
GIT_SILENT made messages (after extraction)
l10n daemon script
2021-11-08
1
-0
/
+3
*
|
Fix compile with LLVM-13
Sergio Martins
2021-11-05
2
-1
/
+10
*
|
cmake: Allow to build clazy with ASAN/UBSAN
Sergio Martins
2021-10-30
2
-0
/
+20
*
|
rule-of-two-soft: Honour explicitly defaulted copy-ctor/operator
Sergio Martins
2021-10-26
4
-2
/
+39
*
|
use-static-qregularexpression: Fix crash
Sergio Martins
2021-10-26
1
-3
/
+2
*
|
Remove inefficient-qlist check, the issue has been fixed in Qt6
Sergio Martins
2021-10-13
23
-551
/
+1
*
|
Fix Bug 442729 related to qt6-qlatin1stringchar-to-u fixit
Lucie Gérard
2021-10-13
5
-93
/
+210
*
|
GIT_SILENT: remove .arcconfig
Laurent Montel
2021-10-03
1
-3
/
+0
*
|
Fix build with upcoming llvm 13
Sergio Martins
2021-09-27
1
-1
/
+1
*
|
GIT_SILENT made messages (after extraction)
l10n daemon script
2021-09-23
1
-0
/
+3
*
|
Fix check for temporary QString when checking QRegularExpression
Waqar Ahmed
2021-09-20
2
-1
/
+31
*
|
Fix bug 439337
Lucie Gérard
2021-08-21
5
-229
/
+223
*
|
Fix crash with QVariant::toRegularExpression()
Waqar Ahmed
2021-08-16
3
-7
/
+11
*
|
Check QRegularExpression.*match() usage
Waqar Ahmed
2021-08-12
3
-23
/
+84
*
|
Fix crash if QRegularExpression() is used
Waqar Ahmed
2021-08-10
2
-1
/
+15
*
|
unexpected-flag-enumerator-value: cleanup and fix tests
Waqar Ahmed
2021-08-01
2
-31
/
+26
*
|
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
2
-5
/
+94
*
|
Fixes for use-static-qregular-expression
Waqar Ahmed
2021-07-28
3
-26
/
+113
*
|
unexpected-flag-enumerator-value: Don't warn when value is negative
Sergio Martins
2021-07-27
2
-1
/
+10
*
|
unexpected-flag-enumerator-value: fix flag detection
Sergio Martins
2021-07-27
2
-5
/
+17
*
|
unexpected-flag-enumerator-value: Don't warn for enums with 0
Sergio Martins
2021-07-27
2
-5
/
+13
*
|
unexpected-flag-enumerator-value: Accept values named "mask"
Sergio Martins
2021-07-27
2
-0
/
+12
*
|
unexpected-flag-enumerator-value: Don't warn for unnamed enums
Sergio Martins
2021-07-27
2
-1
/
+9
*
|
Remove stray debug
Sergio Martins
2021-07-27
1
-1
/
+0
*
|
unexpected-flag-enumerator-value: Fix crash
Sergio Martins
2021-07-27
1
-1
/
+2
*
|
Minor styling: use auto when type is duplicated
Sergio Martins
2021-07-27
1
-6
/
+4
*
|
New check: Unexpected flag enumerator value
Waqar Ahmed
2021-07-27
13
-0
/
+257
*
|
README: Add Waqar Ahmed to the list of contributors
Sergio Martins
2021-07-25
1
-0
/
+1
[next]