[PATCH] [asan and libcxx] Add missing instrumentation in vector::insert
Marshall Clow
mclow.lists at gmail.com
Wed Jul 1 09:18:54 PDT 2015
I can commit this (with changes to the test to use our test iterators) if you want.
================
Comment at: include/vector:1913
@@ -1911,2 +1912,3 @@
+ __annotator.__done();
}
__split_buffer<value_type, allocator_type&> __v(__a);
----------------
This looks exactly right.
http://reviews.llvm.org/D10859
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list