[Support] Change SetVector's default template parameter to SmallVector<*, 0>
authorFangrui Song <i@maskray.me>
Tue, 25 Jul 2023 07:39:17 +0000 (00:39 -0700)
committerFangrui Song <i@maskray.me>
Tue, 25 Jul 2023 07:39:17 +0000 (00:39 -0700)
commitfae7b98c221b5b28797f7b56b656b6b819d99f27
tree5d221141811ead2dbd26f5b88e65239774c40300
parent245ec675a4e41f7ec24dfc998720bffdc46a6c53
[Support] Change SetVector's default template parameter to SmallVector<*, 0>

Similar to D156016 for MapVector.
clang/lib/CodeGen/CodeGenModule.cpp
clang/lib/CodeGen/CodeGenModule.h
llvm/include/llvm/ADT/SetVector.h
llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
llvm/tools/llvm-reduce/deltas/ReduceOperandsSkip.cpp
mlir/include/mlir/Support/LLVM.h
mlir/lib/Analysis/SliceAnalysis.cpp