mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[libSyntax] Rename recordReuseInformation to setRecordReuseInformation
This commit is contained in:
@@ -553,7 +553,7 @@ int parseFile(const char *MainExecutablePath, const StringRef InputFileName,
|
||||
}
|
||||
SyntaxCache = new SyntaxParsingCache(OldSyntaxTree.getValue());
|
||||
|
||||
SyntaxCache->recordReuseInformation();
|
||||
SyntaxCache->setRecordReuseInformation();
|
||||
|
||||
if (options::OldSourceFilename.empty()) {
|
||||
llvm::errs() << "The old syntax file must be provided to translate "
|
||||
|
||||
Reference in New Issue
Block a user