[clang-format][NFC] Replace most of std::vector with SmallVector
authorowenca <owenpiano@gmail.com>
Mon, 11 Jul 2022 06:49:16 +0000 (23:49 -0700)
committerowenca <owenpiano@gmail.com>
Wed, 13 Jul 2022 23:45:22 +0000 (16:45 -0700)
commit36229fa3886be7d3c864642fad021c9fe4afda38
tree6c8f84d22ffc8524f9c2dfa9db843a3e7dac986c
parentcb193931fa05c5f51e4779c80ae8d2fe0c1c3ea9
[clang-format][NFC] Replace most of std::vector with SmallVector

Differential Revision: https://reviews.llvm.org/D129466
clang/lib/Format/ContinuationIndenter.cpp
clang/lib/Format/ContinuationIndenter.h
clang/lib/Format/Format.cpp
clang/lib/Format/FormatToken.cpp
clang/lib/Format/Macros.h
clang/lib/Format/UnwrappedLineFormatter.cpp