llvm/include
Benjamin Kramer d45f7b6b5d Bring the return value of SmallVector::insert in line with std::vector::insert.
It always returns the iterator for the first inserted element, or the passed in
iterator if the inserted range was empty. Flesh out the unit test more and fix
all the cases it uncovered so far.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158645 91177308-0d34-0410-b5e6-96231b3b80d8
2012-06-17 12:46:13 +00:00
..
llvm Bring the return value of SmallVector::insert in line with std::vector::insert. 2012-06-17 12:46:13 +00:00
llvm-c Fix typos found by http://github.com/lyda/misspell-check 2012-06-02 10:20:22 +00:00