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
/
Clazy.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow to visit typedefs even in system headers
Sergio Martins
2019-10-01
1
-1
/
+2
*
Add '-list-checks' command line option
Nikolai Kosjar
2019-09-13
1
-2
/
+4
*
Fix -export-fixes on clazy-standalone with multiple files
Sergio Martins
2019-08-04
1
-3
/
+5
*
Rename variable for readability
Sergio Martins
2019-08-04
1
-4
/
+5
*
clang plugin: remove reference to CLAZY_FIXIT from help message
Christian Gagneraud
2019-05-13
1
-3
/
+0
*
Add a CLAZY_EXPORT_FIXES env variable
Sergio Martins
2019-05-05
1
-1
/
+1
*
Make the clazy plugin also export fixes, not only clazy-standalone
Sergio Martins
2019-05-05
1
-7
/
+8
*
WIP: Remove the FixitRewriter
Sergio Martins
2019-05-05
1
-3
/
+0
*
WIP: Remove -no-inplace-fixits option
Sergio Martins
2019-05-05
1
-5
/
+0
*
Add '-export-fixes' command line option
Christian Gagneraud
2019-05-05
1
-5
/
+11
*
Add a YAML diagnostic exporter (like clang-tidy)
Christian Gagneraud
2019-05-05
1
-0
/
+4
*
Add a way to know in which function we're in
Sergio Martins
2019-03-25
1
-2
/
+6
*
Run uncrustify on the source code
Sergio Martins
2018-12-14
1
-1
/
+1
*
Indent copyright headers with 4 spaces
Sergio Martins
2018-12-14
1
-16
/
+16
*
Move our getLocStart()/End wrappers into clazy namespace
Sergio Martins
2018-12-11
1
-2
/
+2
*
Merge branch '1.4'
Sergio Martins
2018-11-09
1
-2
/
+5
|
\
|
*
Also enable CLAZY_IGNORE_DIRS and CLAZY_HEADER_FILTER for the plugin
Sergio Martins
2018-11-09
1
-2
/
+5
*
|
Rename ClangLazy.so to ClazyPlugin.so
Sergio Martins
2018-10-24
1
-2
/
+2
|
/
*
Reorder includes
Sergio Martins
2018-10-19
1
-20
/
+21
*
Don't include alloc_traits.h, it's specific to a c++ library implementation
Sergio Martins
2018-10-18
1
-1
/
+0
*
Ran include-what-you-use
Sergio Martins
2018-10-18
1
-10
/
+18
*
Merge branch '1.3' into 1.4
Sergio Martins
2018-09-22
1
-2
/
+13
|
\
|
*
Workaround crash with LLVM 7
upstream/1.3
Sergio Martins
2018-09-22
1
-0
/
+7
|
*
prospective fix for crash with clang-7.0
Sergio Martins
2018-09-19
1
-2
/
+5
*
|
Fix build with LLVM >= 8
Sergio Martins
2018-09-20
1
-2
/
+2
*
|
Add ability to ignore directories via command line
Sergio Martins
2018-09-08
1
-9
/
+10
*
|
Added CLAZY_HEADER_FILTER env variable
Sergio Martins
2018-02-28
1
-2
/
+10
*
|
Fix asserts when in debug mode
Ivan Donchevskii
2018-01-16
1
-4
/
+6
*
|
Move code for generating README.md list of checks to python script
Sergio Martins
2018-01-14
1
-2
/
+1
*
|
Introduce -header-filter=<regexp> option for clazy-standalone
Sergio Martins
2018-01-13
1
-7
/
+6
*
|
Rename clazy_std namespace to clazy
Sergio Martins
2017-12-18
1
-2
/
+2
*
|
Only call VisitStmt/VisitDecl() on checks that need it
Sergio Martins
2017-12-12
1
-9
/
+18
*
|
Remove support for generating the anchor header
Sergio Martins
2017-12-11
1
-41
/
+2
*
|
Minor cleanup
Sergio Martins
2017-12-10
1
-12
/
+11
*
|
performance: Don't fill the parent map when in system headers
Sergio Martins
2017-12-10
1
-7
/
+7
*
|
Remove some CheckBase.h members
Sergio Martins
2017-12-09
1
-2
/
+7
*
|
performance: Checks can now claim they can ignore includes
Sergio Martins
2017-11-30
1
-4
/
+10
*
|
Add option ignore-included-files
Sergio Martins
2017-11-29
1
-0
/
+3
|
/
*
Add flag to change build of ClangLazy from shared to static
Ivan Donchevskii
2017-10-23
1
-0
/
+2
*
Protect CheckManager with mutex
Kevin Funk
2017-10-22
1
-1
/
+15
*
Add option to visit implicit code, such as compiler generated CTORs
Richard Oehlinger
2017-10-19
1
-0
/
+3
*
Added -qt-developer option
Sergio Martins
2017-09-24
1
-0
/
+3
*
Merge branch '1.2' into master
Sergio Martins
2017-08-19
1
-0
/
+2
|
\
|
*
clazy-standalone: Default to level1 if nothing is specified
Sergio Martins
2017-08-19
1
-0
/
+2
*
|
clazy-standalone: Add -only-qt option
Sergio Martins
2017-08-17
1
-0
/
+6
*
|
Remove option Option_WarnsInSystemHeaders, it's no longer needed
Sergio Martins
2017-08-16
1
-4
/
+4
*
|
Introduce clazy argument no-autowrite-fixits
Sergio Martins
2017-08-09
1
-0
/
+3
*
|
ClazyASTAction: fix compile error
Marc Mutz
2017-06-27
1
-1
/
+1
*
|
ClazyASTAction: make some functions const-correct
Marc Mutz
2017-06-24
1
-3
/
+3
*
|
ClazyASTAction: hold ClazyASTConsumer in unique_ptr from the beginning
Marc Mutz
2017-06-24
1
-2
/
+2
[next]