Skip to content

Commit

Permalink
Merge pull request goplus#731 from luoliwoshang/llcppg/ast/tagexpr
Browse files Browse the repository at this point in the history
llcppg/ast:TagExpr
  • Loading branch information
xushiwei authored Aug 20, 2024
2 parents 9053cbb + 2609f45 commit 46aec4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chore/llcppg/ast/ast.go
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ func (*FuncDecl) declNode() {}
type TypeDecl struct {
DeclBase
Tag Tag
Name *Ident
Fields *FieldList
Methods []*FuncDecl
}
Expand Down

0 comments on commit 46aec4a

Please sign in to comment.