Add SmallVector::{capacity,set_size}.
- These allow clients to make use of the extra elements in the vector which have already been allocated, without requiring them to be value initialized. llvm-svn: 79433
Loading
Please register or sign in to comment