Frontend: Use translateLineCol instead of translateFileLineCol, NFC
`ParseDirective` in VerifyDiagnosticConsumer.cpp is already calling `translateFile`, so use the `FileID` returned by that to call `translateLineCol` instead of using the more heavyweight `translateFileLineCol`. No functionality change here.
Loading
Please sign in to comment