summaryrefslogtreecommitdiffstats
path: root/clang/CodeGen/ModuleBuilder.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2008-02-06 02:45:20 +0000
committerTed Kremenek <kremenek@apple.com>2008-02-06 02:45:20 +0000
commit4ff4e7ce9fc259eb6d583487c66d92f23234f467 (patch)
tree494fc4933f96da4789aca5d2e9e2096164fdd82d /clang/CodeGen/ModuleBuilder.cpp
parentadf1f51fc592ea4eeea759abc8263a4cfbe28568 (diff)
downloadbcm5719-llvm-4ff4e7ce9fc259eb6d583487c66d92f23234f467.tar.gz
bcm5719-llvm-4ff4e7ce9fc259eb6d583487c66d92f23234f467.zip
Fixed bug when allocating a ValueStateImpl object in getPersistentState()
using the bump-pointer allocator and a placed new; we accidentally allocated a ValueStateImpl* instead, causing an overrun when we did a placed new(). llvm-svn: 46793
Diffstat (limited to 'clang/CodeGen/ModuleBuilder.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud