mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[NFC] Get rid of -Wrange-loop-analysis warnings. (#31324)
This commit is contained in:
@@ -116,7 +116,7 @@ static void writeQuotedEscaped(llvm::raw_ostream &os,
|
||||
|
||||
void OutputFileMap::write(llvm::raw_ostream &os,
|
||||
ArrayRef<StringRef> inputs) const {
|
||||
for (const auto input : inputs) {
|
||||
for (const auto &input : inputs) {
|
||||
writeQuotedEscaped(os, input);
|
||||
os << ":";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user