mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[NFC] Pre- increment and decrement where possible
This commit is contained in:
@@ -595,7 +595,7 @@ void swift::ide::printModuleInterface(
|
||||
if (TargetClangMod) {
|
||||
// Assume all submodules are missing.
|
||||
for (auto It = TargetClangMod->submodule_begin();
|
||||
It != TargetClangMod->submodule_end(); It++) {
|
||||
It != TargetClangMod->submodule_end(); ++It) {
|
||||
NoImportSubModules.insert(*It);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user