On Sat, Jan 31, 2015 at 6:19 PM, Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> wrote: > The purpose of show_data() is to visualize data, more or less I think show_data() is a bad name. Data is very generic term, it has not specific meaning what exactly is that data. What you really want to show is the initializer expression. Make the function name reflect that. > diff --git a/linearize.c b/linearize.c Why is this function belongs to linearize.c? It has nothing to do with linearization instruction. It has every thing to do with the AST structure. I suggest that move this code to show-parse.c. There are many functions showing internal of the AST there. Chris -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html