summaryrefslogtreecommitdiffstatshomepage
path: root/dissect.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-27asm: use a specific struct for asm operandsLuc Van Oostenryck1-1/+1
2019-09-26dissect: fix processing of ASM statementsLuc Van Oostenryck1-5/+1
2017-02-27add missing braces around FOR_EACH_PTR loopLuc Van Oostenryck1-2/+2
2017-02-13dissect: s/mode_t/usage_t/ in report_member()Oleg Nesterov1-1/+1
2017-02-13dissect: teach do_initializer() to handle the nested EXPR_IDENTIFIER'sOleg Nesterov1-7/+12
2017-02-13dissect: teach do_expression() to handle EXPR_OFFSETOFOleg Nesterov1-1/+15
2013-11-29sparse: Relicense under the MIT licenseFranz Schrober1-1/+17
2007-07-10fix handling of address_space in casts and assignmentsAl Viro1-1/+1
2007-03-10Fix two potential NULL pointer dereferences in dissect.cJosh Triplett1-2/+2
2007-02-27dissect: simplify lookup_member()Oleg Nesterov1-12/+9
2007-02-22dissect: fix multidimensional array initializerOleg Nesterov1-1/+4
2007-02-22dissect: cleanup report_implicit()Oleg Nesterov1-4/+6
2007-01-27Coding style fix: in a pointer type, * goes with the name, not the type.Josh Triplett1-2/+2
2005-12-31Make local declarations be statements of their ownLinus Torvalds1-1/+3
2005-12-20[PATCH] dissect.cOleg Nesterov1-0/+574