]> git.ozlabs.org Git - ccan-lca-2011.git/commit
cdump: features which weren't in genparser
authorRusty Russell <rusty@rustcorp.com.au>
Fri, 21 Jan 2011 03:36:26 +0000 (14:06 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 21 Jan 2011 03:36:26 +0000 (14:06 +1030)
commitd5713111bd392c112c689171e727ab1a4d90ad9e
treefbc323574efd8914ab6d1b4a29b606c1adf572fc
parent45c8a57497b960a51bbb7178c6eace46929b0727
cdump: features which weren't in genparser

1) size_t bundling an unbundling.
2) CDUMP_IGNORE to avoid saving struct members.
3) const handling (ie. ignore the keyword).
ccan/cdump/cdump.c
ccan/cdump/cdump.h
ccan/cdump/cdump_internal.h
ccan/cdump/cdump_parse.c
ccan/cdump/test/example_generated-advanced-decls.h [new file with mode: 0644]
ccan/cdump/test/example_generated-advanced-defs.h [new file with mode: 0644]
ccan/cdump/test/run-03-advanced-parse.c [new file with mode: 0644]
ccan/cdump/test/test_header_advanced.h [new file with mode: 0644]