[all-commits] [llvm/llvm-project] 36229f: [clang-format][NFC] Replace most of std::vector wi...
Owen via All-commits
all-commits at lists.llvm.org
Wed Jul 13 16:45:41 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 36229fa3886be7d3c864642fad021c9fe4afda38
https://github.com/llvm/llvm-project/commit/36229fa3886be7d3c864642fad021c9fe4afda38
Author: owenca <owenpiano at gmail.com>
Date: 2022-07-13 (Wed, 13 Jul 2022)
Changed paths:
M clang/lib/Format/ContinuationIndenter.cpp
M clang/lib/Format/ContinuationIndenter.h
M clang/lib/Format/Format.cpp
M clang/lib/Format/FormatToken.cpp
M clang/lib/Format/Macros.h
M clang/lib/Format/UnwrappedLineFormatter.cpp
Log Message:
-----------
[clang-format][NFC] Replace most of std::vector with SmallVector
Differential Revision: https://reviews.llvm.org/D129466
More information about the All-commits
mailing list