aboutsummaryrefslogtreecommitdiffstats
path: root/src/Clazy.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow to visit typedefs even in system headersSergio Martins2019-10-011-1/+2
* Add '-list-checks' command line optionNikolai Kosjar2019-09-131-2/+4
* Fix -export-fixes on clazy-standalone with multiple filesSergio Martins2019-08-041-3/+5
* Rename variable for readabilitySergio Martins2019-08-041-4/+5
* clang plugin: remove reference to CLAZY_FIXIT from help messageChristian Gagneraud2019-05-131-3/+0
* Add a CLAZY_EXPORT_FIXES env variableSergio Martins2019-05-051-1/+1
* Make the clazy plugin also export fixes, not only clazy-standaloneSergio Martins2019-05-051-7/+8
* WIP: Remove the FixitRewriterSergio Martins2019-05-051-3/+0
* WIP: Remove -no-inplace-fixits optionSergio Martins2019-05-051-5/+0
* Add '-export-fixes' command line optionChristian Gagneraud2019-05-051-5/+11
* Add a YAML diagnostic exporter (like clang-tidy)Christian Gagneraud2019-05-051-0/+4
* Add a way to know in which function we're inSergio Martins2019-03-251-2/+6
* Run uncrustify on the source codeSergio Martins2018-12-141-1/+1
* Indent copyright headers with 4 spacesSergio Martins2018-12-141-16/+16
* Move our getLocStart()/End wrappers into clazy namespaceSergio Martins2018-12-111-2/+2
* Merge branch '1.4'Sergio Martins2018-11-091-2/+5
|\
| * Also enable CLAZY_IGNORE_DIRS and CLAZY_HEADER_FILTER for the pluginSergio Martins2018-11-091-2/+5
* | Rename ClangLazy.so to ClazyPlugin.soSergio Martins2018-10-241-2/+2
|/
* Reorder includesSergio Martins2018-10-191-20/+21
* Don't include alloc_traits.h, it's specific to a c++ library implementationSergio Martins2018-10-181-1/+0
* Ran include-what-you-useSergio Martins2018-10-181-10/+18
* Merge branch '1.3' into 1.4Sergio Martins2018-09-221-2/+13
|\
| * Workaround crash with LLVM 7upstream/1.3Sergio Martins2018-09-221-0/+7
| * prospective fix for crash with clang-7.0Sergio Martins2018-09-191-2/+5
* | Fix build with LLVM >= 8Sergio Martins2018-09-201-2/+2
* | Add ability to ignore directories via command lineSergio Martins2018-09-081-9/+10
* | Added CLAZY_HEADER_FILTER env variableSergio Martins2018-02-281-2/+10
* | Fix asserts when in debug modeIvan Donchevskii2018-01-161-4/+6
* | Move code for generating README.md list of checks to python scriptSergio Martins2018-01-141-2/+1
* | Introduce -header-filter=<regexp> option for clazy-standaloneSergio Martins2018-01-131-7/+6
* | Rename clazy_std namespace to clazySergio Martins2017-12-181-2/+2
* | Only call VisitStmt/VisitDecl() on checks that need itSergio Martins2017-12-121-9/+18
* | Remove support for generating the anchor headerSergio Martins2017-12-111-41/+2
* | Minor cleanupSergio Martins2017-12-101-12/+11
* | performance: Don't fill the parent map when in system headersSergio Martins2017-12-101-7/+7
* | Remove some CheckBase.h membersSergio Martins2017-12-091-2/+7
* | performance: Checks can now claim they can ignore includesSergio Martins2017-11-301-4/+10
* | Add option ignore-included-filesSergio Martins2017-11-291-0/+3
|/
* Add flag to change build of ClangLazy from shared to staticIvan Donchevskii2017-10-231-0/+2
* Protect CheckManager with mutexKevin Funk2017-10-221-1/+15
* Add option to visit implicit code, such as compiler generated CTORsRichard Oehlinger2017-10-191-0/+3
* Added -qt-developer optionSergio Martins2017-09-241-0/+3
* Merge branch '1.2' into masterSergio Martins2017-08-191-0/+2
|\
| * clazy-standalone: Default to level1 if nothing is specifiedSergio Martins2017-08-191-0/+2
* | clazy-standalone: Add -only-qt optionSergio Martins2017-08-171-0/+6
* | Remove option Option_WarnsInSystemHeaders, it's no longer neededSergio Martins2017-08-161-4/+4
* | Introduce clazy argument no-autowrite-fixitsSergio Martins2017-08-091-0/+3
* | ClazyASTAction: fix compile errorMarc Mutz2017-06-271-1/+1
* | ClazyASTAction: make some functions const-correctMarc Mutz2017-06-241-3/+3
* | ClazyASTAction: hold ClazyASTConsumer in unique_ptr from the beginningMarc Mutz2017-06-241-2/+2