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
path:
root
/
src
/
ClazyContext.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix the 4x slowdown without having to revert the fixit
Sergio Martins
2021-01-10
1
-1
/
+1
*
Allow promoting selected checks to compiler errors via an env variable
Christian Schärf
2020-04-19
1
-0
/
+2
*
Allow to visit typedefs even in system headers
Sergio Martins
2019-10-01
1
-0
/
+12
*
Fix -export-fixes on clazy-standalone with multiple files
Sergio Martins
2019-08-04
1
-3
/
+15
*
Remove unused ClazyFixItOptions
Sergio Martins
2019-05-13
1
-25
/
+0
*
Make the clazy plugin also export fixes, not only clazy-standalone
Sergio Martins
2019-05-05
1
-13
/
+10
*
WIP: Remove the FixitRewriter
Sergio Martins
2019-05-05
1
-13
/
+2
*
WIP: Remove -no-inplace-fixits option
Sergio Martins
2019-05-05
1
-3
/
+3
*
Add '-export-fixes' command line option
Christian Gagneraud
2019-05-05
1
-13
/
+16
*
Add a YAML diagnostic exporter (like clang-tidy)
Christian Gagneraud
2019-05-05
1
-2
/
+11
*
Run uncrustify on the source code
Sergio Martins
2018-12-14
1
-2
/
+3
*
Indent copyright headers with 4 spaces
Sergio Martins
2018-12-14
1
-14
/
+14
*
Introduce CLAZY_FIXIT_SUFFIX env variable
Sergio Martins
2018-12-04
1
-2
/
+8
*
Reorder includes
Sergio Martins
2018-10-19
1
-7
/
+8
*
Ran include-what-you-use
Sergio Martins
2018-10-18
1
-3
/
+6
*
Add ability to ignore directories via command line
Sergio Martins
2018-09-08
1
-1
/
+4
*
Introduce -header-filter=<regexp> option for clazy-standalone
Sergio Martins
2018-01-13
1
-1
/
+5
*
Rename clazy_std namespace to clazy
Sergio Martins
2017-12-18
1
-2
/
+2
*
clazy-standalone: Add -only-qt option
Sergio Martins
2017-08-17
1
-0
/
+13
*
Introduce clazy argument no-autowrite-fixits
Sergio Martins
2017-08-09
1
-1
/
+1
*
Fix enable-all-fixits argument
Sergio Martins
2017-06-10
1
-1
/
+2
*
Fix crash when initializing rewriter
Sergio Martins
2017-05-02
1
-3
/
+4
*
Move global state from CheckManager to ClazyContext
Sergio Martins
2017-05-02
1
-0
/
+10
*
Don't delete the preprocessor callbacks, we don't own it
Sergio Martins
2017-04-25
1
-1
/
+1
*
Move FixitRewriter into ClazyContext
Sergio Martins
2017-04-24
1
-0
/
+30
*
CheckBase no longer depends on the CheckManager
Sergio Martins
2017-04-24
1
-0
/
+1
*
Move more stuff to ClazyContext
Sergio Martins
2017-04-24
1
-1
/
+4
*
Move ParentMap into ClazyContext
Sergio Martins
2017-04-24
1
-0
/
+5
*
Fix some memory leaks
Sergio Martins
2017-04-24
1
-0
/
+8
*
Introduce ClazyContext
Sergio Martins
2017-04-24
1
-0
/
+43