Merge pull request #731 from luoliwoshang/llcppg/ast/tagexpr

llcppg/ast:TagExpr
This commit is contained in:
xushiwei
2024-08-21 06:30:19 +08:00
committed by GitHub

View File

@@ -286,6 +286,7 @@ func (*FuncDecl) declNode() {}
type TypeDecl struct {
DeclBase
Tag Tag
Name *Ident
Fields *FieldList
Methods []*FuncDecl
}