Skip to content
Commit acf199e4 authored by Jay Foad's avatar Jay Foad
Browse files

Tighten up the asserts in SmallVector::operator[]().

If this causes any new assertion failures that I didn't catch in
testing, the fix is usually to change "&v[0]" to "v.data()" for some
SmallVector v.

llvm-svn: 72221
parent 31c7e994
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment