llcppsigfetch:tempfile converter option

This commit is contained in:
luoliwoshang
2024-08-12 16:28:28 +08:00
parent 0de9c57ade
commit a796f9f8a8
2 changed files with 28 additions and 9 deletions

View File

@@ -45,7 +45,7 @@ func (p *Context) processFile(path string) error {
}
func (p *Context) parseFile(path string) (map[string]*ast.File, error) {
converter, err := NewConverter(path)
converter, err := NewConverter(path, false)
if err != nil {
return nil, errors.New("failed to create converter " + path)
}