llvm-mirror/include
Benjamin Kramer 29c0b4a9f7 SmallVector::erase: Assert that iterators are actually inside the vector.
The rationale here is that it's hard to write loops containing vector erases and
it only shows up if the vector contains non-trivial objects leading to crashes
when forming them out of garbage memory.

llvm-svn: 160854
2012-07-27 09:10:25 +00:00
..
llvm SmallVector::erase: Assert that iterators are actually inside the vector. 2012-07-27 09:10:25 +00:00
llvm-c Remove tabs. 2012-07-19 00:01:33 +00:00