Ensures that the vector::insert's specialization for non-forward_iterators is instrumented with ASan.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Thanks for the patch, it LGTM.
test/std/containers/sequences/vector/asan.pass.cpp | ||
---|---|---|
24 | Could you use support/test_iterators.h instead? https://github.com/llvm-mirror/libcxx/blob/master/test/support/test_iterators.h |
Comment Actions
I can commit this (with changes to the test to use our test iterators) if you want.
include/vector | ||
---|---|---|
1913 | This looks exactly right. |
Comment Actions
I can commit this (with changes to the test to use our test iterators) if you want.
That would be great!
Thanks.
This looks exactly right.