aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Checks.ml
Commit message (Expand)AuthorAgeFilesLines
* Added unused attribute and simplified checks.Bernhard Schommer2017-02-171-43/+82
* Adopted unused variable and attribtue checkBernhard Schommer2017-02-171-28/+53
* Extended unused vars check for params.Bernhard Schommer2017-02-171-1/+3
* Added a simple check for unused variables.Bernhard Schommer2017-02-171-1/+77
* Checks can be applied add several places.Bernhard Schommer2017-02-171-6/+3
* Also check the locals. Bug 19872.Bernhard Schommer2017-02-171-3/+7
* Added new module for checks on elaborated C codeBernhard Schommer2017-02-171-0/+94