]> granicus.if.org Git - clang/commit
Fix a use of an invalidated reference due to a hash map reallocating.
authorSebastian Redl <sebastian.redl@getdesigned.at>
Tue, 28 Sep 2010 02:24:44 +0000 (02:24 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Tue, 28 Sep 2010 02:24:44 +0000 (02:24 +0000)
commit4a9eb26500086f913c4683bb360b14f8ce662fb4
tree98ef88b75bca34ec2c136426b543ea1027d84817
parent28cab383fd9e7647d2186340eca769303cc4fbdb
Fix a use of an invalidated reference due to a hash map reallocating.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114937 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Serialization/ASTReader.cpp