Zachary Turner via llvm-commits <llvm-commits at lists.llvm.org> writes: > size_t I = 0; > - for (const SymbolTableEntry &S : Symbols) > - S.Symbol->DynsymIndex = ++I; > + for (const SymbolTableEntry &S : Symbols) S.Sym->DynsymIndex = ++I; I don't think we normally format loops like that. Cheers, Rafael