summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-04-17 21:46:47 +0000
committerDouglas Gregor <dgregor@apple.com>2009-04-17 21:46:47 +0000
commitba6e55737825046a5e1dff82d54a0745f11c0796 (patch)
tree455f2ded98fa44f294bbfedbf02435128b678b69 /clang/lib/CodeGen/CodeGenModule.cpp
parent12f0dea9221065a44bdb96a9e1b3eb220b5fcde0 (diff)
downloadbcm5719-llvm-ba6e55737825046a5e1dff82d54a0745f11c0796.tar.gz
bcm5719-llvm-ba6e55737825046a5e1dff82d54a0745f11c0796.zip
Fix two embarrassing PCH bugs:
1) Accidentally used delete [] on an array of statements that was allocated with ASTContext's allocator 2) Deserialization of names with multiple declarations (e.g., a struct and a function) used the wrong mangling constant, causing it to view declaration IDs as Decl*s. 403.gcc builds and links properly. llvm-svn: 69390
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud