We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b0e734 commit b5c1ec8Copy full SHA for b5c1ec8
swift/extractor/SwiftOutputRewrite.cpp
@@ -225,7 +225,7 @@ std::unordered_map<std::string, std::string> rewriteOutputsInPlace(
225
}
226
227
// This doesn't really belong here, but we've got Xcode...
228
- for (auto& [oldPath, newPath] : remapping) {
+ for (const auto& [oldPath, newPath] : remapping) {
229
llvm::StringRef path(oldPath);
230
auto aliases = computeModuleAliases(path, targetTriple);
231
for (auto& alias : aliases) {
0 commit comments