llcppsigfetch:output fileset

This commit is contained in:
luoliwoshang
2024-09-19 15:35:42 +08:00
parent bf87b76adb
commit e0cb6d4531
4 changed files with 18 additions and 11 deletions

View File

@@ -872,6 +872,10 @@ func (ct *Converter) MarshalASTFiles() *cjson.JSON {
return MarshalASTFiles(ct.Files)
}
func (ct *Converter) MarshalOutputASTFiles() *cjson.JSON {
return MarshalOutputASTFiles(ct.Files)
}
func IsExplicitSigned(t clang.Type) bool {
return t.Kind == clang.TypeCharS || t.Kind == clang.TypeSChar
}