llvm/tools/llvm-pdbdump
Zachary Turner 9a3129ad49 [pdb] Have builders share a single BumpPtrAllocator.
This makes it easier to have the writable and readable PDB
interfaces share code since the read/write and write-only
interfaces now share a single allocator, you don't have to worry
about a builder building a read only interface and then having
the read-only interface's data become corrupt when the builder
goes out of scope.  Now the allocator is specified explicitly
to all constructors, so all interfaces can share a single allocator
that is scoped appropriately.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@276459 91177308-0d34-0410-b5e6-96231b3b80d8
2016-07-22 19:56:26 +00:00
..
2016-07-22 19:56:05 +00:00
2016-05-04 20:32:13 +00:00
2016-07-22 19:56:05 +00:00
2016-07-22 19:56:05 +00:00
2016-07-22 19:56:05 +00:00
2016-05-04 20:32:13 +00:00