Merge pull request #747 from luoliwoshang/llcppg/ast/variadic
llcppg/ast:variadic func
This commit is contained in:
@@ -140,6 +140,14 @@ func (*TagExpr) exprNode() {}
|
||||
|
||||
// ------------------------------------------------
|
||||
|
||||
// type a, ...
|
||||
type Variadic struct {
|
||||
}
|
||||
|
||||
func (*Variadic) exprNode() {}
|
||||
|
||||
// ------------------------------------------------
|
||||
|
||||
// (X)
|
||||
type ParenExpr struct {
|
||||
X Expr
|
||||
|
||||
Reference in New Issue
Block a user