mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge remote-tracking branch 'upstream/master' into HEAD
This commit is contained in:
@@ -433,7 +433,7 @@ std::string SerializedModuleBaseName::getName(file_types::ID fileTy) const {
|
||||
result += '.';
|
||||
result += file_types::getExtension(fileTy);
|
||||
|
||||
return std::string(result);
|
||||
return std::string(result.str());
|
||||
}
|
||||
|
||||
bool
|
||||
|
||||
Reference in New Issue
Block a user