summaryrefslogtreecommitdiff
path: root/src/analysis/reports.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-03-07Pass some strings by const&.Quipyowert21-2/+2
2015-08-06Fix possible false positives in detecting pointers.Andrei Karas1-2/+10
2015-08-04In warnings replaces words fields and parameters to variables.Andrei Karas1-3/+3
2015-08-04Add support for checking some global pointers.Andrei Karas1-1/+2
2015-08-04Add initial support for tracking 'nonnullpointer' attribute.Andrei Karas1-5/+8
2015-08-04Replace variables name types from std::string to VarItem.Andrei Karas1-9/+10
2015-07-23Remove null checks from COMPONENT_REF node. But add check in different parent...Andrei Karas1-7/+66
2015-07-10Disable check for useless checks in second check in while condition.Andrei Karas1-0/+3
2015-07-03Fix warning about wrong internal collection.Andrei Karas1-1/+1
2015-07-01Add way for check internall collections by pseudo function call from code.Andrei Karas1-0/+21
2015-07-01Move report functions into separate file.Andrei Karas1-0/+133