[NFC] Pre- increment and decrement where possible

This commit is contained in:
Anthony Latsis
2020-06-01 15:39:29 +03:00
parent ad0a8d3121
commit 9fd1aa5d59
162 changed files with 398 additions and 397 deletions

View File

@@ -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