aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-kbdc/validate-tree.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-12-08with a few exceptions and some remaining files, never return directly on failure, always goto fail by invoking fail_ifMattias Andrée1-16/+25
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-12-08rename pfail to failMattias Andrée1-11/+11
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-12-02mds-kbdc: split out and dedup include stackMattias Andrée1-102/+12
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-12-01whitespaceMattias Andrée1-1/+0
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-12-01mds-kbdc: mMattias Andrée1-50/+50
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-12-01mds-kbdc: m + more test casesMattias Andrée1-23/+10
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-12-01mds-kbdc: add some test cases + fix issued with inclusionMattias Andrée1-1/+31
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-12-01mMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-12-01mds-kbdc: we cannot at the validation level determine if a value-statment is a set-statement, therefore, we do not validate value-statements yetMattias Andrée1-8/+8
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-12-01whitespaceMattias Andrée1-12/+12
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-12-01mds-kbdc: more validationMattias Andrée1-6/+44
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-12-01mMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-12-01mds-kbdc: most of the structure validationMattias Andrée1-0/+548
Signed-off-by: Mattias Andrée <maandree@operamail.com>