Merge pull request #691 from luoliwoshang/llcppg/builtin

llcppg/ast:builtin type
This commit is contained in:
xushiwei
2024-08-20 09:05:34 +08:00
committed by GitHub

View File

@@ -72,11 +72,18 @@ func (*BasicLit) exprNode() {}
type TypeKind uint
const (
Int TypeKind = iota
Char
Float
Complex
Void TypeKind = iota
Bool
Char
Char16
Char32
WChar
Int
Int128
Float
Float16
Float128
Complex
)
type TypeFlag uint