| Branch | Commit message | Author | Age |
| 1.10-based | Linker fix for MinGW | Cristian Adam | 5 years |
| 1.11-based | Fix compiler error with LLVM 18 | Cristian Adam | 2 years |
| 1.12-based | Update to LLVM 19 | Cristian Adam | 20 months |
| 1.13-based | Build clazy-standalone using LLVM/Clang CMake packages | Cristian Adam | 13 months |
| 1.15-based | Build fix for LLVM 21 | Cristian Adam | 9 months |
| 1.16-based | Fix old-style-connect check not working with LLVM22 | Alexander Lohnau | 3 months |
| 1.4-based | Also include manuallevel checks in clazy --explain <check> | Sergio Martins | 8 years |
| 1.5-based | Minor typo | Martin Delille | 7 years |
| 1.6-based | Linker fix for MinGW | Cristian Adam | 6 years |
| 1.7-based | Add virtual file system overlay support | David Schulz | 6 years |
| 1.8-based | Correct qt6-header-fixes check | Lucie Gérard | 5 years |
| 1.9-based | Fix build with MinGW 8.1.0 | Cristian Adam | 5 years |
| master | Fix linker error with LLVM 18 | Cristian Adam | 2 years |
| upstream/1.1 | Revert "Try something" | Kevin Funk | 9 years |
| upstream/1.10 | src/SourceCompatibilityHelpers.h - fix compile with LLVM<12 | Allen Winter | 4 years |
| upstream/1.11 | qt-keywords: macros definition was moved to different header(s) in Qt6 | Ahmad Samir | 3 years |
| upstream/1.12 | docs: update HOWTO.md | Sergio Martins | 22 months |
| upstream/1.2 | Fix make install. | Richard Oehlinger | 9 years |
| upstream/1.3 | Workaround crash with LLVM 7 | Sergio Martins | 8 years |
| upstream/1.4 | incorrect-emit: Fix unit-tests | Sergio Martins | 7 years |
| upstream/1.5 | qstring-allocations: Fix unit-tests | Sergio Martins | 7 years |
| upstream/1.6 | clazy.cmake - don't print level3 checker list | Allen Winter | 6 years |
| upstream/1.7 | tests: Fix determining of clang 11 version | Sergio Martins | 5 years |
| upstream/1.8 | Revert "Add fixit for copyable-polymorphic" | Sergio Martins | 5 years |
| upstream/1.9 | Fix missing commas found by clang-tidy | Michael Reeves | 5 years |
| upstream/alex/depreacte_qt6_porting | Rename qstring-ref to qstringview | Alexander Lohnau | 11 months |
| upstream/boost_regex | Use boost:regex if std::regex is missing | Sergio Martins | 7 years |
| upstream/ivan/fixes-for-llvm16 | Adapt to API changes in clang/llvm 16 | Ivan Čukić | 3 years |
| upstream/keeping_unstable_ref | wip | Sergio Martins | 6 years |
| upstream/master | GIT_SILENT made messages (after extraction) | l10n daemon script | 5 hours |
| upstream/mini-ast-dumper | mini-ast-dumper: Encode spellingLocation too | Sergio Martins | 7 years |
| upstream/mini-ast-dumper2 | add override info to global cbor | Nicolas Fella | 6 years |
| upstream/mr/177 | [function-args-by-value] put parameter name into error | Marcel Schneider | 13 months |
| upstream/mr/181 | Add testcase for crash when instantiating qvariant template | Andrey Rodionov | 11 months |
| upstream/mr/75 | new checker for checking that comparison operators use all member variables | Shivam kunwar | 12 months |
| upstream/release/1.16 | Add note to release about compatibility, update generated appstream | Alexander Lohnau | 7 weeks |
| upstream/release/1.16.1 | Correct date for tagging | Alexander Lohnau | 7 weeks |
| upstream/testingCI | Testing .gitlab-ci.yml | Sergio Martins | 5 years |
| upstream/testing_build_fix | Require c++17, some c+14 compilers can't build clazy | Sergio Martins | 5 years |
| upstream/testing_buildfix | temporary branch to test patch by krop in the docker containers | Sergio Martins | 6 years |
| upstream/testing_list_checks | Fix clazy-standalone always needing a source file name | Sergio Martins | 7 years |
| upstream/work/ahmad/L1 | qt6-qlatin1stringchar-to-udl: insert `using namespace` directive if needed | Ahmad Samir | 21 months |
| upstream/work/alex/423780 | fully-qualified-moc-types: Fix enum/enum class not being evaluated | Alexander Lohnau | 11 months |
| upstream/work/alex/464372 | install-event-filter: Fix crash when there is no child at the given depth | Alexander Lohnau | 11 months |
| upstream/work/alex/astcontext_clazycontext | Store ASTContext as pointer to allow for lazy initialization | Alexander Lohnau | 11 months |
| upstream/work/alex/better_release_docs | Bump clazy version of master to 1.16 | Alexander Lohnau | 11 months |
| upstream/work/alex/better_tests | Fix false positives with pointer types for fully-qualified-moc-types check | Alexander Lohnau | 4 months |
| upstream/work/alex/blaaaaaaa | fail | Alexander Lohnau | 3 months |
| upstream/work/alex/bugfix-params | qstring-comparison-to-implicit-char: Ensure that we explicitly ignore member ... | Alexander Lohnau | 11 months |
| upstream/work/alex/cast_qpointer | Fix use-arrow-operator-instead-of-data emitting warning in case one has to do... | Alexander Lohnau | 8 months |
| upstream/work/alex/clang-tidy | Small cleanup for test env variable | Alexander Lohnau | 10 months |
| upstream/work/alex/clang_21 | Ensure project compiles & passes all tests against clang 21 | Alexander Lohnau | 8 months |
| upstream/work/alex/clang_tidy | Fixes and modernizations by clang-tidy | Alexander Lohnau | 10 months |
| upstream/work/alex/clang_tidy_docs | Remove mention of old LLVM requirements in README.md for windows, fix typo | Alexander Lohnau | 10 months |
| upstream/work/alex/clazy_fix_mac_build | Fix build on MacOS by explicitly including clangTidy lib | Alexander Lohnau | 8 months |
| upstream/work/alex/clazycontext_optin | ClazyContext: Only store PreprocessorOpts in context, explicit hook to regist... | Alexander Lohnau | 11 months |
| upstream/work/alex/cleanup_and_compat | run_tests.py: Clean up concatenation of test command args | Alexander Lohnau | 2 years |
| upstream/work/alex/comments_cleanup | Clean up some comments and remove overwritten methods that don't do anything | Alexander Lohnau | 11 months |
| upstream/work/alex/compile_commands_testfiles | Add some explanitory comment to script | Alexander Lohnau | 4 months |
| upstream/work/alex/compilerinstance | Make ClazyContext independent of clang::CompilerInstance | Alexander Lohnau | 11 months |
| upstream/work/alex/constructors | Remove ClazyContext parameter from CheckBase constructor and factory method | Alexander Lohnau | 10 months |
| upstream/work/alex/cppcheck | Add cppcheck CI | Alexander Lohnau | 8 months |
| upstream/work/alex/crash_hash_signature | Update changelog for some bugfixes | Alexander Lohnau | 11 months |
| upstream/work/alex/crazy_fixit | Fix fixit ranges when multiple operator calls are chained, remove QVariant fr... | Alexander Lohnau | 8 months |
| upstream/work/alex/deb_image | s | Alexander Lohnau | 9 months |
| upstream/work/alex/depreacte_qt6_porting | Deprecate QT6 porting checks | Alexander Lohnau | 9 months |
| upstream/work/alex/detach_fixits | Improve fixits, avoid fixit with same code | Alexander Lohnau | 9 months |
| upstream/work/alex/detaching_new_methods | Also add reverse iterators to QString list of detaching methods | Alexander Lohnau | 11 months |
| upstream/work/alex/disgnostics_without_fixits | Always emit diagnostic files, even if we do not provide any fixits | Alexander Lohnau | 3 months |
| upstream/work/alex/docs | Fix typo in warning message | Alexander Lohnau | 11 months |
| upstream/work/alex/fixits_only_when_fixits | Only export diagnostic when clazy warning contains fixits | Alexander Lohnau | 10 months |
| upstream/work/alex/gadget_test | Bump clang requirements to version 19 | Alexander Lohnau | 11 months |
| upstream/work/alex/hanging_check | Add editorconfig for JSON files | Alexander Lohnau | 11 months |
| upstream/work/alex/initializer_lists_multi_warnings | non-pod-global-static: Only emit warning for top-level container and not entries | Alexander Lohnau | 8 months |
| upstream/work/alex/isempty_fixit | isempty-vs-count: Extends tests, mention changes in Changelog | Alexander Lohnau | 10 months |
| upstream/work/alex/llvm22 | Fix qhash-namespace test with llvm22 | Alexander Lohnau | 6 months |
| upstream/work/alex/llvm_22_allfixed | Fix old-style-connect check not working with LLVM22 | Alexander Lohnau | 6 months |
| upstream/work/alex/mac | fixup | Alexander Lohnau | 8 months |
| upstream/work/alex/make_clazy_shut_up_better | Make NOLINTBEGIN/NOLINTEND work in clazy | Alexander Lohnau | 9 months |
| upstream/work/alex/manual_parent_map | Remove code for manually constructing parent map | Alexander Lohnau | 11 months |
| upstream/work/alex/moctypes_clang_22 | Fix fully-fualified-moc-types not working with llvm22 | Alexander Lohnau | 6 months |
| upstream/work/alex/modernize | Add reserve call where it makes sense, remove debug leftover | Alexander Lohnau | 8 months |
| upstream/work/alex/option_flags | Avoid double space in generated registerCheck method calls | Alexander Lohnau | 9 months |
| upstream/work/alex/preprocessor_config | Enable preprocessors via config flag to help hop into clang-tidy lifecycle | Alexander Lohnau | 11 months |
| upstream/work/alex/prettier | Reformat all JSON files with prettier | Alexander Lohnau | 11 months |
| upstream/work/alex/ptr_qual_type | Fix false positives with pointer types for fully-qualified-moc-types check | Alexander Lohnau | 4 months |
| upstream/work/alex/qmap_fixit | Fix wrong replacement method for QMap::operator[] | Alexander Lohnau | 6 months |
| upstream/work/alex/qobject_connect_qpointer | Add check for using implicit qpointer conversion in QObject::connect | Alexander Lohnau | 6 months |
| upstream/work/alex/qstring_ref_manual | Move qstring-ref to manuallevel since its fixits are not compatible with Qt6 | Alexander Lohnau | 4 months |
| upstream/work/alex/qt611_compat | FIx readlock-detaching check with Qt 6.11 | Alexander Lohnau | 4 months |
| upstream/work/alex/qtnamespaces | Use new CI image for running Qt namespaced, fix some typos | Alexander Lohnau | 7 months |
| upstream/work/alex/readonly_mutex | readlock-detaching: Improve documentation, decrease level and rename check | Alexander Lohnau | 11 months |
| upstream/work/alex/remove_qt6_checks | Remove Qt6 porting checks that were deprecated in previous release | Alexander Lohnau | 8 months |
| upstream/work/alex/run_tests_uninstalled | Try loading ClazyPlugin.so from relative builddir | Alexander Lohnau | 2 years |
| upstream/work/alex/scoped_suppressions | Add warning for scoped suppressions that get defined within the block, more e... | Alexander Lohnau | 19 months |
| upstream/work/alex/sm | ClazyContext: Only store PreprocessorOpts in context, explicit hook to regist... | Alexander Lohnau | 11 months |
| upstream/work/alex/static_cast | Avoid static casts for StringRef to std::string conversion | Alexander Lohnau | 8 months |
| upstream/work/alex/stringref | Rename qstring-ref to qstringview | Alexander Lohnau | 11 months |
| upstream/work/alex/stuff | qgetenv: Limit scope to variables to if-statement if possible | Alexander Lohnau | 2 years |
| upstream/work/alex/tests_fixes | qt6-deprecated-api-fixes: Disable writable-strings clang warning in flags | Alexander Lohnau | 11 months |
| upstream/work/alex/testscript | Add ENV variable to use clang-tidy of llvm bin dir | Alexander Lohnau | 3 months |
| upstream/work/alex/update_requirements | Bump clang requirements to version 19 | Alexander Lohnau | 11 months |
| upstream/work/alex/warning_changes_llvm22 | Fix deprecated header usage for ClangTidy module registry in LLVM >= 22 | Alexander Lohnau | 3 months |
| upstream/work/changeloginappstream | reformat Changelog to generate it with appstreamcli | Johnny Jazeix | 11 months |
| upstream/work/comp_op_checker | Clean up some unneeded FWDs that are in base-class header already | Alexander Lohnau | 4 months |
| upstream/work/fix_reserve_cands_crash | Fix crash in reserve candidates check | Waqar Ahmed | 11 hours |
| upstream/work/ivan/project-level-dot-clazy-file | Added support for .clazy configuration files for checks | Ivan Čukić | 4 years |
| upstream/work/member_check | new checker for checking that comparison operators use all member variables | Shivam kunwar | 7 months |
| upstream/work/qt-keywords | qt-keywords: macros definition was moved to different header(s) in Qt6 | Ahmad Samir | 3 years |
| upstream/work/remove-qstring-ref | Remove check qstring-ref | Christoph Grüninger | 6 months |
| upstream/work/spdx-ci | add tests in dep5 | Johnny Jazeix | 2 years |
| |
| Tag | Download | Author | Age |
| v1.16.1 | commit a80df7af2b... | Alexander Lohnau | 7 weeks |
| v1.17.1 | commit 55a7af428e... | Alexander Lohnau | 7 weeks |
| v1.17 | commit aac85c5190... | Alexander Lohnau | 3 months |
| v1.16 | commit 74ed0c7eb4... | Alexander Lohnau | 8 months |
| 1.15 | commit 9f3f8acc75... | Alexander Lohnau | 11 months |
| 1.14 | commit d60a59a716... | Alexander Lohnau | 12 months |
| 1.13 | commit 57f05e8962... | Alexander Lohnau | 16 months |
| v1.12 | commit f3fb82cb8c... | Sergio Martins | 22 months |
| v1.11 | commit 821296032a... | Sergio Martins | 4 years |
| v1.10 | commit fca73257a8... | Sergio Martins | 5 years |
| v1.9 | commit 299a0c19aa... | Sergio Martins | 5 years |
| v1.8 | commit 47ed36109e... | Sergio Martins | 5 years |
| v1.7 | commit e72a8dbad1... | Sergio Martins | 6 years |
| v1.6 | commit d0f76cbc9f... | Sergio Martins | 7 years |
| v1.5 | commit 7a29f8409e... | Sergio Martins | 7 years |
| v1.4_windows_binaries | commit 9ae1b25862... | Sergio Martins | 8 years |
| v1.4 | commit 6e0cf5c30e... | Sergio Martins | 8 years |
| v1.3 | commit 21b73fbb4f... | Sergio Martins | 8 years |
| v1.2 | commit d98537cd3e... | Sergio Martins | 9 years |
| v1.2-beta1 | commit 3b1298f493... | Sergio Martins | 9 years |
| v1.1 | commit 8b4f43913a... | Sergio Martins | 9 years |
| v1.0 | commit 4ec143819b... | Sergio Martins | 10 years |