llcppsigfetch:tempfile converter option
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user