summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/InitPreprocessor.cpp
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2014-11-14 18:28:36 +0000
committerEric Fiselier <eric@efcs.ca>2014-11-14 18:28:36 +0000
commitb9987293e60e7b327628169dbf388111751ebf75 (patch)
tree2708c1798ea78153a73c76bea02c7705b5481d7f /clang/lib/Frontend/InitPreprocessor.cpp
parent05d50a96459b631a3025f21b0c6cd3a52836676c (diff)
downloadbcm5719-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/InitPreprocessor.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud