[llvm] r308293 - [libOption] - Replace std::pair with helper struct. NFC.
Rafael Avila de Espindola via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 19 13:21:34 PDT 2017
George Rimar via llvm-commits <llvm-commits at lists.llvm.org> writes:
>
> // Find the maximum option length.
> unsigned OptionFieldWidth = 0;
> for (unsigned i = 0, e = OptionHelp.size(); i != e; ++i) {
> - // Skip titles.
> - if (!OptionHelp[i].second)
> - continue;
> -
This removal seems unrelated.
Cheers,
Rafael
More information about the llvm-commits
mailing list