]> granicus.if.org Git - clang/commit
PR20228: don't retain a pointer to a vector element after the container has been...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 23 Jul 2014 20:07:08 +0000 (20:07 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 23 Jul 2014 20:07:08 +0000 (20:07 +0000)
commit6bf6289a8dc78f158929466940b3dc1106d6cc11
tree8c764674cc2798590cf347a25cd101cd335bdd41
parentc54d5f7678193ee98e7295399dce1a85ee953d62
PR20228: don't retain a pointer to a vector element after the container has been resized.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@213790 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExprCXX.cpp
test/SemaCXX/type-traits.cpp