diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-04-17 21:46:47 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-04-17 21:46:47 +0000 |
commit | ba6e55737825046a5e1dff82d54a0745f11c0796 (patch) | |
tree | 455f2ded98fa44f294bbfedbf02435128b678b69 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 12f0dea9221065a44bdb96a9e1b3eb220b5fcde0 (diff) | |
download | bcm5719-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