Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix one bug #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix one bug #27

wants to merge 1 commit into from

Conversation

c20liu
Copy link
Member

@c20liu c20liu commented Oct 22, 2019

  1. TypedefDecl && TranslationUnit && 匿名结构体 这种情况下,一个结构体遍历结束,删除stuctstack

typedef struct
{
array(address) fans;
} FansList
例如上面这个结构体定义,最后遍历结束fans不是匿名的
FieldDecl && StructDecl 说明遍历到了结果体内部最后的元素,要去掉该结构体的stack
@ooozws

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants