summaryrefslogtreecommitdiff
path: root/src/analysis/collections.h
AgeCommit message (Expand)AuthorFilesLines
2015-07-20Add ability for detect what variable will be non null after if block (in else...Andrei Karas1-1/+3
2015-07-20If in if/while body changed any variable, outside of body it removed from kno...Andrei Karas1-0/+2
2015-07-19Handle situation like this: "type var = nullptr". Here var will be known as n...Andrei Karas1-0/+3
2015-07-19Add ability for detect what variable will be non null after if block.Andrei Karas1-0/+6
2015-07-10Unlink assigned variable in if/while body.Andrei Karas1-0/+2
2015-07-08Add WHILE_STMT node analysis.Andrei Karas1-0/+5
2015-07-06Add way to track variables if to it was assigned function result.Andrei Karas1-2/+5
2015-07-04Fix most issues with linked vars.Andrei Karas1-0/+2
2015-07-03Fix some issues with linked vars.Andrei Karas1-0/+8
2015-07-03Add incomplete implimentation for checkedElse* sets.Andrei Karas1-0/+8
2015-07-03Rename checkedNullVars into checkedThenNullVars and checkedNonNullVars into c...Andrei Karas1-4/+4
2015-07-03Try to fix false positives. Still not all issues fixed.Andrei Karas1-0/+3
2015-07-01Move collection manipulation functions into separate file.Andrei Karas1-0/+60