aboutsummaryrefslogtreecommitdiffstats
path: root/src/ClazyContext.h
Commit message (Expand)AuthorAgeFilesLines
* Allow promoting selected checks to compiler errors via an env variableChristian Schärf2020-04-191-0/+6
* Allow to visit typedefs even in system headersSergio Martins2019-10-011-0/+4
* Fix -export-fixes on clazy-standalone with multiple filesSergio Martins2019-08-041-0/+2
* minor: Fix numeration of the ClazyOptions flagsSergio Martins2019-05-071-6/+5
* Make the clazy plugin also export fixes, not only clazy-standaloneSergio Martins2019-05-051-11/+3
* WIP: Remove the FixitRewriterSergio Martins2019-05-051-3/+0
* WIP: Remove -no-inplace-fixits optionSergio Martins2019-05-051-6/+0
* Add '-export-fixes' command line optionChristian Gagneraud2019-05-051-0/+7
* Add a YAML diagnostic exporter (like clang-tidy)Christian Gagneraud2019-05-051-0/+2
* Add a way to know in which function we're inSergio Martins2019-03-251-0/+1
* style: Don't indent namespace bodySergio Martins2018-12-141-5/+5
* Indent copyright headers with 4 spacesSergio Martins2018-12-141-14/+14
* Reorder includesSergio Martins2018-10-191-6/+7
* Use llvm:: namespace when using llvm classes in headersSergio Martins2018-10-181-1/+1
* Ran include-what-you-useSergio Martins2018-10-181-5/+9
* Add ability to ignore directories via command lineSergio Martins2018-09-081-5/+31
* Introduce -header-filter=<regexp> option for clazy-standaloneSergio Martins2018-01-131-1/+29
* Rename clazy_std namespace to clazySergio Martins2017-12-181-1/+1
* Remove some CheckBase.h membersSergio Martins2017-12-091-0/+2
* Add option ignore-included-filesSergio Martins2017-11-291-1/+7
* Minor cleanup to previous commit regarding visit-implicit-codeSergio Martins2017-10-191-1/+1
* Add option to visit implicit code, such as compiler generated CTORsRichard Oehlinger2017-10-191-1/+7
* Added -qt-developer optionSergio Martins2017-09-241-1/+6
* clazy-standalone: Add -only-qt optionSergio Martins2017-08-171-1/+3
* Introduce clazy argument no-autowrite-fixitsSergio Martins2017-08-091-2/+3
* Fix crash when initializing rewriterSergio Martins2017-05-021-1/+1
* Move global state from CheckManager to ClazyContextSergio Martins2017-05-021-8/+10
* Introduce qt4-compat modeSergio Martins2017-05-011-1/+2
* Move FixitRewriter into ClazyContextSergio Martins2017-04-241-0/+2
* CheckBase no longer depends on the CheckManagerSergio Martins2017-04-241-0/+11
* Remove another usage of the CheckManager singleton, from CheckBaseSergio Martins2017-04-241-1/+2
* Move more stuff to ClazyContextSergio Martins2017-04-241-1/+22
* Move ParentMap into ClazyContextSergio Martins2017-04-241-0/+2
* Move SuppressionManager to ClazyContext tooSergio Martins2017-04-241-0/+3
* Fix some memory leaksSergio Martins2017-04-241-0/+1
* Introduce ClazyContextSergio Martins2017-04-241-0/+67