summaryrefslogtreecommitdiff
path: root/src/plugin.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-08-08Add plugin parameters *-specialdump=filename for dump only this file AST tree.Andrei Karas1-0/+5
2015-08-04Add plugin attribute 'nonnullpointer' for marking variables what should be no...Andrei Karas1-0/+28
2015-07-10Disable check for useless checks in second check in while condition.Andrei Karas1-2/+10
2015-06-28Use bit mask for plugin command.Andrei Karas1-3/+3
2015-06-26Fix program name in copyright headers.Andrei Karas1-1/+1
2015-06-26Fix compilation warnings.Andrei Karas1-1/+4
2015-06-22Use by default plugin command detectnullpointers.Andrei Karas1-1/+1
2015-06-12Add way to avoid resursion in var_decl.Andrei Karas1-0/+5
2015-06-10Add plugin command dumpnullpointers.Andrei Karas1-1/+6
2015-06-09Add new plugin command detectnullpointers.Andrei Karas1-1/+8
2015-06-09Add first warning to MODIFY_EXPR node analysis.Andrei Karas1-1/+0
2015-06-09Add basic walking tree parameters.Andrei Karas1-1/+1
2015-06-09Add basic tree analysis. Dump function arguments and detect pointers without ...Andrei Karas1-0/+8
2015-06-07Add plugin command for dump unsupported node types.Andrei Karas1-0/+4
2015-06-07Add memoryusage plugin command. It show only number of allocated nodes.Andrei Karas1-1/+5
2015-06-07Remove all created nodes before exit from root node parsing.Andrei Karas1-1/+4
2015-06-07Add support for smalldump plugin command. It dump only node type and file name.Andrei Karas1-0/+4
2015-06-07Add support for plugin arguments.Andrei Karas1-0/+34
2015-06-03Extend a bit basic node parsing.Andrei Karas1-1/+1
2015-06-02Add basic parser and node classes.Andrei Karas1-7/+8
2015-06-02Initial commit.Andrei Karas1-0/+42