diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2019-11-06 10:10:05 +0100 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2019-11-10 13:54:56 +0100 |
| commit | efe42efcc1c774af69b15ac26f8c9144fbc00f08 (patch) | |
| tree | 3214731acda935c57cc02e7176892f88216f2895 /.gitignore | |
| parent | 0544ea39ce67fed029b101251516e429a994a885 (diff) | |
| download | sparse-dev-efe42efcc1c774af69b15ac26f8c9144fbc00f08.tar.gz | |
typeof: examine it at show-time
Unless an explicit call to examine_pointer_target() or
get_base_type() is made, the base type of pointers are
*not* examined via the usual recursive examine_symbol_type().
That means that it is possible to call show_typename()
on a non-fully examined type which is wrong (for example,
because SYM_TYPEOFs may not be converted).
So, call examine_pointer_target() on pointers when trying
to display them.
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions
