Merge pull request #738 from luoliwoshang/llcppg/ast/exprnode

llcppg/ast:expr node
This commit is contained in:
xushiwei
2024-08-22 22:33:59 +08:00
committed by GitHub

View File

@@ -242,6 +242,8 @@ type RecordType struct {
Methods []*FuncDecl Methods []*FuncDecl
} }
func (*RecordType) exprNode() {}
// ------------------------------------------------ // ------------------------------------------------
// Template<Arg1, Arg2, ...> // Template<Arg1, Arg2, ...>