aboutsummaryrefslogtreecommitdiffstats
path: root/src/ClazyContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix the 4x slowdown without having to revert the fixitSergio Martins2021-01-101-1/+1
* Allow promoting selected checks to compiler errors via an env variableChristian Schärf2020-04-191-0/+2
* Allow to visit typedefs even in system headersSergio Martins2019-10-011-0/+12
* Fix -export-fixes on clazy-standalone with multiple filesSergio Martins2019-08-041-3/+15
* Remove unused ClazyFixItOptionsSergio Martins2019-05-131-25/+0
* Make the clazy plugin also export fixes, not only clazy-standaloneSergio Martins2019-05-051-13/+10
* WIP: Remove the FixitRewriterSergio Martins2019-05-051-13/+2
* WIP: Remove -no-inplace-fixits optionSergio Martins2019-05-051-3/+3
* Add '-export-fixes' command line optionChristian Gagneraud2019-05-051-13/+16
* Add a YAML diagnostic exporter (like clang-tidy)Christian Gagneraud2019-05-051-2/+11
* Run uncrustify on the source codeSergio Martins2018-12-141-2/+3
* Indent copyright headers with 4 spacesSergio Martins2018-12-141-14/+14
* Introduce CLAZY_FIXIT_SUFFIX env variableSergio Martins2018-12-041-2/+8
* Reorder includesSergio Martins2018-10-191-7/+8
* Ran include-what-you-useSergio Martins2018-10-181-3/+6
* Add ability to ignore directories via command lineSergio Martins2018-09-081-1/+4
* Introduce -header-filter=<regexp> option for clazy-standaloneSergio Martins2018-01-131-1/+5
* Rename clazy_std namespace to clazySergio Martins2017-12-181-2/+2
* clazy-standalone: Add -only-qt optionSergio Martins2017-08-171-0/+13
* Introduce clazy argument no-autowrite-fixitsSergio Martins2017-08-091-1/+1
* Fix enable-all-fixits argumentSergio Martins2017-06-101-1/+2
* Fix crash when initializing rewriterSergio Martins2017-05-021-3/+4
* Move global state from CheckManager to ClazyContextSergio Martins2017-05-021-0/+10
* Don't delete the preprocessor callbacks, we don't own itSergio Martins2017-04-251-1/+1
* Move FixitRewriter into ClazyContextSergio Martins2017-04-241-0/+30
* CheckBase no longer depends on the CheckManagerSergio Martins2017-04-241-0/+1
* Move more stuff to ClazyContextSergio Martins2017-04-241-1/+4
* Move ParentMap into ClazyContextSergio Martins2017-04-241-0/+5
* Fix some memory leaksSergio Martins2017-04-241-0/+8
* Introduce ClazyContextSergio Martins2017-04-241-0/+43