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/clang_tidy_docs
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
/
src
/
checkbase.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adapt to API changes in clang/llvm 16
Ivan Čukić
2023-02-09
1
-0
/
+1
*
Build fixes for LLVM/Clang 15.0.0
Cristian Adam
2022-09-07
1
-2
/
+2
*
Revert "Fix repeated warning when check is triggered within macro"
Sergio Martins
2020-12-19
1
-1
/
+0
*
Fix repeated warning when check is triggered within macro
Lucie Gérard
2020-12-15
1
-0
/
+1
*
Qt6 header fixes
Lucie Gerard
2020-10-09
1
-0
/
+6
*
Remove calls to fixitsEnabled()
Sergio Martins
2020-08-30
1
-2
/
+0
*
Make the clazy plugin also export fixes, not only clazy-standalone
Sergio Martins
2019-05-05
1
-6
/
+3
*
Remove level3 and movel those 5 checks to manual level
Sergio Martins
2019-03-04
1
-2
/
+1
*
Run uncrustify on the source code
Sergio Martins
2018-12-14
1
-2
/
+4
*
Indent copyright headers with 4 spaces
Sergio Martins
2018-12-14
1
-16
/
+16
*
Remove support for building the "utils library"
Sergio Martins
2018-10-24
1
-2
/
+1
*
Merge branch '1.4' into master
Sergio Martins
2018-10-19
1
-4
/
+14
|
\
|
*
Reorder includes
Sergio Martins
2018-10-19
1
-9
/
+10
|
*
Ran include-what-you-use
Sergio Martins
2018-10-18
1
-7
/
+16
*
|
Add support for all the preprocessor callbacks
Sergio Martins
2018-10-07
1
-2
/
+11
|
/
*
Fix build with LLVM >= 8
Sergio Martins
2018-09-20
1
-0
/
+1
*
Remove unneeded fixit enums
Sergio Martins
2018-03-17
1
-1
/
+2
*
Also pass the macro info in MacroExpands()
Sergio Martins
2018-03-03
1
-1
/
+1
*
README: Updated documentation for each level
Sergio Martins
2018-02-23
1
-6
/
+6
*
Rename HiddenLevel to ManualLevel
Sergio Martins
2018-02-23
1
-4
/
+4
*
minor optimization: Reuse the tag string
Sergio Martins
2018-01-11
1
-0
/
+1
*
Remove some CheckBase.h members
Sergio Martins
2017-12-09
1
-10
/
+1
*
performance: Checks can now claim they can ignore includes
Sergio Martins
2017-11-30
1
-2
/
+10
*
Remove unused method CheckBase::supportedOptions()
Sergio Martins
2017-11-29
1
-1
/
+0
*
Remove option Option_WarnsInSystemHeaders, it's no longer needed
Sergio Martins
2017-08-16
1
-5
/
+1
*
Reduce includes a bit to speed up compilation
Kevin Funk
2017-08-01
1
-1
/
+1
*
Make the context const
Sergio Martins
2017-05-02
1
-2
/
+2
*
Minor optimization: Use a member variable instead of virtual function
Sergio Martins
2017-05-01
1
-2
/
+10
*
CheckBase no longer depends on the CheckManager
Sergio Martins
2017-04-24
1
-2
/
+0
*
Move ParentMap into ClazyContext
Sergio Martins
2017-04-24
1
-3
/
+0
*
Move SuppressionManager to ClazyContext too
Sergio Martins
2017-04-24
1
-3
/
+1
*
Introduce ClazyContext
Sergio Martins
2017-04-24
1
-7
/
+6
*
Decouple the checks from CheckManager a bit
Sergio Martins
2017-04-24
1
-0
/
+4
*
Remove CheckBase::ci() and make m_ci private
Sergio Martins
2017-04-23
1
-4
/
+5
*
Update copyright year
Sergio Martins
2017-04-20
1
-1
/
+1
*
Add support for ASTMatchers
Sergio Martins
2017-04-20
1
-2
/
+17
*
Don't build the utils library by default
Sergio Martins
2017-04-19
1
-1
/
+1
*
Remove all ifdefs that support clang <= 3.6
Sergio Martins
2017-04-04
1
-10
/
+0
*
60% performance improvement when running level2
Sergio Martins
2017-02-12
1
-1
/
+1
*
8% performance improvement by not using std::unique_ptr
Sergio Martins
2017-02-12
1
-1
/
+1
*
Move all source files into a src/ folder
Sergio Martins
2017-02-05
1
-0
/
+161