aboutsummaryrefslogtreecommitdiffstats
path: root/src/Clazy.h
Commit message (Expand)AuthorAgeFilesLines
* Fix -export-fixes on clazy-standalone with multiple filesSergio Martins2019-08-041-0/+2
* Add missing overrideSergio Martins2019-06-041-1/+1
* Minor class documentation improvementChristian Gagneraud2019-05-131-3/+2
* Make the clazy plugin also export fixes, not only clazy-standaloneSergio Martins2019-05-051-2/+2
* Add '-export-fixes' command line optionChristian Gagneraud2019-05-051-0/+2
* Run uncrustify on the source codeSergio Martins2018-12-141-4/+7
* style: Don't indent namespace bodySergio Martins2018-12-141-1/+1
* Indent copyright headers with 4 spacesSergio Martins2018-12-141-16/+16
* Reorder includesSergio Martins2018-10-191-6/+7
* Ran include-what-you-useSergio Martins2018-10-181-5/+14
* Merge branch '1.3' into 1.4Sergio Martins2018-09-221-1/+3
|\
| * prospective fix for crash with clang-7.0Sergio Martins2018-09-191-1/+1
* | Add ability to ignore directories via command lineSergio Martins2018-09-081-0/+2
* | Introduce -header-filter=<regexp> option for clazy-standaloneSergio Martins2018-01-131-2/+5
* | Only call VisitStmt/VisitDecl() on checks that need itSergio Martins2017-12-121-2/+4
* | Remove support for generating the anchor headerSergio Martins2017-12-111-7/+1
|/
* Protect CheckManager with mutexKevin Funk2017-10-221-0/+3
* Add option to visit implicit code, such as compiler generated CTORsRichard Oehlinger2017-10-191-0/+1
* Merge branch '1.2' into masterSergio Martins2017-08-061-2/+1
|\
| * Reduce includes a bit to speed up compilationKevin Funk2017-08-011-2/+1
* | Merge branch '1.2' into masterSergio Martins2017-07-081-3/+2
|\|
| * Fix clazy-standalone.exe on WindowsSergio Martins2017-07-081-3/+2
* | ClazyASTAction: make some functions const-correctMarc Mutz2017-06-241-3/+3
|/
* Fix build on WindowsSergio Martins2017-06-111-2/+3
* Move global state from CheckManager to ClazyContextSergio Martins2017-05-021-1/+4
* Use enum instead of bool. We'll be adding more optionsSergio Martins2017-05-011-1/+1
* Create a ASTAction that can be used by clang toolingSergio Martins2017-04-301-0/+22
* Expose the contextSergio Martins2017-04-241-0/+3
* Add a ClazyASTConsumer::addCheck() instead of receiving them in the ctorSergio Martins2017-04-241-1/+2
* Decouple the CheckManager from ClazyASTConsumerSergio Martins2017-04-241-5/+2
* Move ClazyASTConsumer to the header, so it can be reusedSergio Martins2017-04-241-2/+22
* Move FixitRewriter into ClazyContextSergio Martins2017-04-241-1/+1
* Add a ClazyAnchorHeader.h fileSergio Martins2017-04-231-1/+9
* Tidy: Move class to its own header fileSergio Martins2017-02-081-0/+57