llvm
bc41b0ac
- [lldb][Symtab][NFCI] Replace vector::swap with shrink_to_fit (#70918)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 years ago
[lldb][Symtab][NFCI] Replace vector::swap with shrink_to_fit (#70918) Replaces the old idiom (of swapping the container to shrink it) with the newer STL alternative. Similar transition in LLDB was done in: https://reviews.llvm.org/D47492
References
#11757 - LLVM and SPIRV-LLVM-Translator pulldown (WW44)
Author
Michael137
Parents
ba31ed47
Loading