From e0845503901907ac43eefc3f86edaebda947b021 Mon Sep 17 00:00:00 2001 From: luoliwoshang <2643523683@qq.com> Date: Thu, 22 Aug 2024 09:37:28 +0800 Subject: [PATCH] llcppg/ast:expr --- chore/llcppg/ast/ast.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chore/llcppg/ast/ast.go b/chore/llcppg/ast/ast.go index ee5cb725..9f6bff0e 100644 --- a/chore/llcppg/ast/ast.go +++ b/chore/llcppg/ast/ast.go @@ -242,6 +242,8 @@ type RecordType struct { Methods []*FuncDecl } +func (*RecordType) exprNode() {} + // ------------------------------------------------ // Template