aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dissect.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-21dissect: Show typedefsAlexey Gladkov1-1/+12
2022-05-21dissect: Show macro definitionsAlexey Gladkov1-1/+12
2022-05-21dissect: Allow to show all symbolsAlexey Gladkov1-1/+38
2020-07-30dissect: support _Generic() a bit moreOleg Nesterov1-1/+11
2020-07-29dissect: use struct symbol::visited/inspected instead of ::examined/evaluatedLuc Van Oostenryck1-4/+4
2020-07-29dissect: add support for _GenericAlexey Gladkov1-0/+1
2020-03-02dissect: enforce toplevel() if SYM_STRUCT was not definedOleg Nesterov1-0/+3
2020-02-20dissect: fix sym_is_local(SYM_STRUCT/UNION/ENUM)Oleg Nesterov1-2/+2
2020-02-13dissect: kill no_member()Oleg Nesterov1-15/+14
2020-02-13dissect: don't set ->ident = '?' in no_member()Oleg Nesterov1-3/+3
2020-02-13dissect: use show_ident() to print dctx->identOleg Nesterov1-6/+3
2020-02-13dissect: move __sparse() callsite from test-dissect.c to dissect.cOleg Nesterov1-2/+3
2020-02-13dissect: introduce sym_is_local() for reporterOleg Nesterov1-1/+1
2020-02-10dissect: enforce sym->kind='f' when it looks like a function callOleg Nesterov1-1/+3
2020-02-10dissect: set sym->kind for reporterOleg Nesterov1-5/+14
2020-02-07dissect: kill return_typeOleg Nesterov1-5/+4
2020-02-07dissect: change do_symbol(SYM_FN) to check base_type->stmt != NULLOleg Nesterov1-3/+14
2020-02-07dissect: introduce dissect_ctxOleg Nesterov1-2/+15
2020-02-06dissect: introduce reporter->r_memdef()Oleg Nesterov1-1/+11
2020-02-06dissect: disallow NULL pointers in struct reporterOleg Nesterov1-17/+7
2020-02-06dissect: change deanon() to handle the !node caseOleg Nesterov1-1/+3
2020-02-06dissect: turn mk_name() into deanon()Oleg Nesterov1-10/+14
2020-02-06dissect: don't report anonymous members in initializersOleg Nesterov1-2/+2
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