llcppsigfetch:split test directory

This commit is contained in:
luoliwoshang
2024-08-22 11:28:19 +08:00
parent d4fa379f11
commit 1557a76225
22 changed files with 2037 additions and 2005 deletions

View File

@@ -144,7 +144,6 @@ func (ct *Converter) GetCurFile() *ast.File {
file, ok := ct.Files[ct.curLoc.File]
if !ok {
file = &ast.File{
Path: ct.curLoc.File,
Decls: make([]ast.Decl, 0),
Includes: make([]*ast.Include, 0),
Macros: make([]*ast.Macro, 0),