Reduce diff

This commit is contained in:
Apollo Zhu
2024-01-12 16:34:43 -08:00
parent cfa044334e
commit c55dbda50e
3 changed files with 4 additions and 7 deletions

View File

@@ -921,7 +921,7 @@ ModuleDecl::getOriginalLocation(SourceLoc loc) const {
break;
}
case GeneratedSourceInfo::DefaultArgument:
// TODO: ApolloZhu
// No original location as it's not actually in any source file
case GeneratedSourceInfo::ReplacedFunctionBody:
// There's not really any "original" location for locations within
// replaced function bodies. The body is actually different code to the