llvm-project
541d546c - [lldb] Use llvm::SmallVector in the PluginManager (NFC) (#184912)

Commit
49 days ago
[lldb] Use llvm::SmallVector in the PluginManager (NFC) (#184912) Most of the plugins have only a small number of instances. Use `llvm::SmallVector` instead of `std::vector`. Depends on https://github.com/llvm/llvm-project/pull/184837
Author
Parents
Loading