| Age | Commit message (Collapse) | Author | Files | Lines |
|
SYM_TYPEDEF is not used anymore since the SYM -> MOD conversion.
So, remove it.
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
|
|
SYM_MEMBER has never been set.
Remove since it's unused.
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
|
|
Signed-off-by: Christopher Li <sparse@chrisli.org>
|
|
Signed-off-by: Christopher Li <sparse@chrisli.org>
|
|
Adding cast expression for AST inspecting.
Signed-off-by: Christopher Li <sparse@chrisli.org>
|
|
Signed-Off-By: Christopher Li <sparse@chrisli.org>
|
|
This is far fro complete. It is an example how to write call back
driven inspect functions.
Inside each inspect call back function. It can add a child node
with: ast_append_child(), or add text attribute node with
ast_append_attribute()
Signed-Off-By: Christopher Li <sparse@chrisli.org>
|