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 | 88c9a46f0b84f1ee83e01917825346551ee540d0 (patch) | |
tree | 1114305a437b85b65327384cceb0851166625484 /lib/Frontend/PCHWriter.cpp | |
parent | 4f6fa233be8e7d1d10445c704c8cfb1869ce8c4c (diff) |
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.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69390 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/PCHWriter.cpp')
0 files changed, 0 insertions, 0 deletions