diff options
author | Eric Fiselier <eric@efcs.ca> | 2014-11-14 18:28:36 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2014-11-14 18:28:36 +0000 |
commit | b9987293e60e7b327628169dbf388111751ebf75 (patch) | |
tree | 2708c1798ea78153a73c76bea02c7705b5481d7f /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 05d50a96459b631a3025f21b0c6cd3a52836676c (diff) | |
download | bcm5719-llvm-b9987293e60e7b327628169dbf388111751ebf75.tar.gz bcm5719-llvm-b9987293e60e7b327628169dbf388111751ebf75.zip |
[libcxx] Fix vector annotator size increase in `vector::insert(pos, count, value)`
Summary:
The size of the vector is being increased by `__n` during the call to `__move_range` and not by 1.
This fixes a test failure in `containers/sequences/vector/vector.modifiers/insert_iter_size_value.pass.cpp` when using ASAN.
Reviewers: danalbert, kcc, mclow.lists
Reviewed By: mclow.lists
Subscribers: cfe-commits
Differential Revision: http://reviews.llvm.org/D6264
llvm-svn: 222014
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions