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/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
/
Clazy.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix -export-fixes on clazy-standalone with multiple files
Sergio Martins
2019-08-04
1
-0
/
+2
*
Add missing override
Sergio Martins
2019-06-04
1
-1
/
+1
*
Minor class documentation improvement
Christian Gagneraud
2019-05-13
1
-3
/
+2
*
Make the clazy plugin also export fixes, not only clazy-standalone
Sergio Martins
2019-05-05
1
-2
/
+2
*
Add '-export-fixes' command line option
Christian Gagneraud
2019-05-05
1
-0
/
+2
*
Run uncrustify on the source code
Sergio Martins
2018-12-14
1
-4
/
+7
*
style: Don't indent namespace body
Sergio Martins
2018-12-14
1
-1
/
+1
*
Indent copyright headers with 4 spaces
Sergio Martins
2018-12-14
1
-16
/
+16
*
Reorder includes
Sergio Martins
2018-10-19
1
-6
/
+7
*
Ran include-what-you-use
Sergio Martins
2018-10-18
1
-5
/
+14
*
Merge branch '1.3' into 1.4
Sergio Martins
2018-09-22
1
-1
/
+3
|
\
|
*
prospective fix for crash with clang-7.0
Sergio Martins
2018-09-19
1
-1
/
+1
*
|
Add ability to ignore directories via command line
Sergio Martins
2018-09-08
1
-0
/
+2
*
|
Introduce -header-filter=<regexp> option for clazy-standalone
Sergio Martins
2018-01-13
1
-2
/
+5
*
|
Only call VisitStmt/VisitDecl() on checks that need it
Sergio Martins
2017-12-12
1
-2
/
+4
*
|
Remove support for generating the anchor header
Sergio Martins
2017-12-11
1
-7
/
+1
|
/
*
Protect CheckManager with mutex
Kevin Funk
2017-10-22
1
-0
/
+3
*
Add option to visit implicit code, such as compiler generated CTORs
Richard Oehlinger
2017-10-19
1
-0
/
+1
*
Merge branch '1.2' into master
Sergio Martins
2017-08-06
1
-2
/
+1
|
\
|
*
Reduce includes a bit to speed up compilation
Kevin Funk
2017-08-01
1
-2
/
+1
*
|
Merge branch '1.2' into master
Sergio Martins
2017-07-08
1
-3
/
+2
|
\
|
|
*
Fix clazy-standalone.exe on Windows
Sergio Martins
2017-07-08
1
-3
/
+2
*
|
ClazyASTAction: make some functions const-correct
Marc Mutz
2017-06-24
1
-3
/
+3
|
/
*
Fix build on Windows
Sergio Martins
2017-06-11
1
-2
/
+3
*
Move global state from CheckManager to ClazyContext
Sergio Martins
2017-05-02
1
-1
/
+4
*
Use enum instead of bool. We'll be adding more options
Sergio Martins
2017-05-01
1
-1
/
+1
*
Create a ASTAction that can be used by clang tooling
Sergio Martins
2017-04-30
1
-0
/
+22
*
Expose the context
Sergio Martins
2017-04-24
1
-0
/
+3
*
Add a ClazyASTConsumer::addCheck() instead of receiving them in the ctor
Sergio Martins
2017-04-24
1
-1
/
+2
*
Decouple the CheckManager from ClazyASTConsumer
Sergio Martins
2017-04-24
1
-5
/
+2
*
Move ClazyASTConsumer to the header, so it can be reused
Sergio Martins
2017-04-24
1
-2
/
+22
*
Move FixitRewriter into ClazyContext
Sergio Martins
2017-04-24
1
-1
/
+1
*
Add a ClazyAnchorHeader.h file
Sergio Martins
2017-04-23
1
-1
/
+9
*
Tidy: Move class to its own header file
Sergio Martins
2017-02-08
1
-0
/
+57