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/readonly_mutex
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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow promoting selected checks to compiler errors via an env variable
Christian Schärf
2020-04-19
1
-0
/
+6
*
Allow to visit typedefs even in system headers
Sergio Martins
2019-10-01
1
-0
/
+4
*
Fix -export-fixes on clazy-standalone with multiple files
Sergio Martins
2019-08-04
1
-0
/
+2
*
minor: Fix numeration of the ClazyOptions flags
Sergio Martins
2019-05-07
1
-6
/
+5
*
Make the clazy plugin also export fixes, not only clazy-standalone
Sergio Martins
2019-05-05
1
-11
/
+3
*
WIP: Remove the FixitRewriter
Sergio Martins
2019-05-05
1
-3
/
+0
*
WIP: Remove -no-inplace-fixits option
Sergio Martins
2019-05-05
1
-6
/
+0
*
Add '-export-fixes' command line option
Christian Gagneraud
2019-05-05
1
-0
/
+7
*
Add a YAML diagnostic exporter (like clang-tidy)
Christian Gagneraud
2019-05-05
1
-0
/
+2
*
Add a way to know in which function we're in
Sergio Martins
2019-03-25
1
-0
/
+1
*
style: Don't indent namespace body
Sergio Martins
2018-12-14
1
-5
/
+5
*
Indent copyright headers with 4 spaces
Sergio Martins
2018-12-14
1
-14
/
+14
*
Reorder includes
Sergio Martins
2018-10-19
1
-6
/
+7
*
Use llvm:: namespace when using llvm classes in headers
Sergio Martins
2018-10-18
1
-1
/
+1
*
Ran include-what-you-use
Sergio Martins
2018-10-18
1
-5
/
+9
*
Add ability to ignore directories via command line
Sergio Martins
2018-09-08
1
-5
/
+31
*
Introduce -header-filter=<regexp> option for clazy-standalone
Sergio Martins
2018-01-13
1
-1
/
+29
*
Rename clazy_std namespace to clazy
Sergio Martins
2017-12-18
1
-1
/
+1
*
Remove some CheckBase.h members
Sergio Martins
2017-12-09
1
-0
/
+2
*
Add option ignore-included-files
Sergio Martins
2017-11-29
1
-1
/
+7
*
Minor cleanup to previous commit regarding visit-implicit-code
Sergio Martins
2017-10-19
1
-1
/
+1
*
Add option to visit implicit code, such as compiler generated CTORs
Richard Oehlinger
2017-10-19
1
-1
/
+7
*
Added -qt-developer option
Sergio Martins
2017-09-24
1
-1
/
+6
*
clazy-standalone: Add -only-qt option
Sergio Martins
2017-08-17
1
-1
/
+3
*
Introduce clazy argument no-autowrite-fixits
Sergio Martins
2017-08-09
1
-2
/
+3
*
Fix crash when initializing rewriter
Sergio Martins
2017-05-02
1
-1
/
+1
*
Move global state from CheckManager to ClazyContext
Sergio Martins
2017-05-02
1
-8
/
+10
*
Introduce qt4-compat mode
Sergio Martins
2017-05-01
1
-1
/
+2
*
Move FixitRewriter into ClazyContext
Sergio Martins
2017-04-24
1
-0
/
+2
*
CheckBase no longer depends on the CheckManager
Sergio Martins
2017-04-24
1
-0
/
+11
*
Remove another usage of the CheckManager singleton, from CheckBase
Sergio Martins
2017-04-24
1
-1
/
+2
*
Move more stuff to ClazyContext
Sergio Martins
2017-04-24
1
-1
/
+22
*
Move ParentMap into ClazyContext
Sergio Martins
2017-04-24
1
-0
/
+2
*
Move SuppressionManager to ClazyContext too
Sergio Martins
2017-04-24
1
-0
/
+3
*
Fix some memory leaks
Sergio Martins
2017-04-24
1
-0
/
+1
*
Introduce ClazyContext
Sergio Martins
2017-04-24
1
-0
/
+67