commit | 88c9a46f0b84f1ee83e01917825346551ee540d0 | [log] [tgz] |
---|---|---|
author | Douglas Gregor <dgregor@apple.com> | Fri Apr 17 21:46:47 2009 +0000 |
committer | Douglas Gregor <dgregor@apple.com> | Fri Apr 17 21:46:47 2009 +0000 |
tree | 1114305a437b85b65327384cceb0851166625484 | |
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