"clang/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "1c9d5d956ce672946622958f1aaf3f66b6ed433b"
[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. llvm-svn: 276459
Loading
Please register or sign in to comment