Skip to content
Commit 3ac907de authored by Richard Trieu's avatar Richard Trieu
Browse files

Add asserts to SmallVector so that calls to front() and back() only succeed

if the vector is not empty.  This will ensure that calls to these functions
will reference elements in the vector.

llvm-svn: 173321
parent a2d76bce
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