]> granicus.if.org Git - clang/commit
Fix a PCH crash bug where we kept a reference inside a DenseMap while the map was...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 11 Aug 2011 23:26:42 +0000 (23:26 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 11 Aug 2011 23:26:42 +0000 (23:26 +0000)
commit63ab2c54dc641d4f3d28841aa86affbfdf805d32
tree3088b156ad21217c6c5810b2be9f855a1df839a2
parent0a208183841082057343def56fcf8f2dc4da7edd
Fix a PCH crash bug where we kept a reference inside a DenseMap while the map was getting modified.

No test case, sorry. It's one of those bugs where it's really really hard to make one. rdar://9910862.

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