aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Checks.ml
Commit message (Expand)AuthorAgeFilesLines
* Reject object-related and struct-related attributes on typedefsXavier Leroy2019-02-251-8/+1
* Also check parameters for unknown attributes.Bernhard Schommer2018-08-161-0/+1
* Refactor the handling of errors and warnings (#44)Bernhard Schommer2018-02-081-1/+1
* 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