aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ast-model.h
AgeCommit message (Collapse)AuthorFilesLines
2011-08-12inspect: Add switch statement and moreChristopher Li1-1/+3
Signed-off-by: Christopher Li <sparse@chrisli.org>
2010-07-13inspect: add custom ast treeview modelChristopher Li1-0/+88
It is custom gtk treeview model to wrap the C data structure use by sparse. The ast model does not have any sparse specific stuff in it. Instead, it provide a simplier call back based API to allow user construct tree view object very easily. Signed-Off-By: Christopher Li <sparse@chrisli.org>