llvm-project
541d546c
- [lldb] Use llvm::SmallVector in the PluginManager (NFC) (#184912)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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
References
#184912 - [lldb] Use llvm::SmallVector in the PluginManager (NFC)
Author
JDevlieghere
Parents
3164d548
Loading