]> granicus.if.org Git - clang/commit
Fix memory corruption from the type map being modified while a reference
authorEli Friedman <eli.friedman@gmail.com>
Tue, 5 Feb 2008 02:18:07 +0000 (02:18 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Tue, 5 Feb 2008 02:18:07 +0000 (02:18 +0000)
commit0ded75bc88b40607aa5baced6e4729774ed2df56
treee8a9a5e17c46582e143a4d4f4d4e1f76240a5019
parent5bfc1a7ecb853cf87d10e720a07b9fbcd2a223ee
Fix memory corruption from the type map being modified while a reference
to a cell is being held.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46735 91177308-0d34-0410-b5e6-96231b3b80d8
CodeGen/CodeGenTypes.cpp