trailofbits / multiplier

Code auditing productivity multiplier.
Apache License 2.0
437 stars 27 forks source link

Information about a `typedef` should show info about an anonymous `enum` defined in that `typedef` #507

Open pgoodman opened 10 months ago

pgoodman commented 10 months ago

In this case:

image

We should detect that there is an enum inside this typedef, and render out the information about the enumerators into the info explorer.

pgoodman commented 10 months ago

Similar things should happen for typedefs wrapping structures.