[clang-format] Use std::iota and reserve. NFC.
This way we have at most 1 allocation even if the number of includes is greater than the on-stack size of the small vector.
Loading
Please register or sign in to comment
This way we have at most 1 allocation even if the number of includes is greater than the on-stack size of the small vector.