mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[NFC] Pre- increment and decrement where possible
This commit is contained in:
@@ -2041,7 +2041,7 @@ void Driver::buildActions(SmallVectorImpl<const Action *> &TopLevelActions,
|
||||
InputIndex);
|
||||
AllLinkerInputs.push_back(BJA);
|
||||
}
|
||||
InputIndex++;
|
||||
++InputIndex;
|
||||
}
|
||||
if (!OI.isMultiThreading()) {
|
||||
// No multi-threading: the compilation only produces a single output
|
||||
|
||||
Reference in New Issue
Block a user