Under certain circumstances, a parent struct may be deallocated accidentally when one of the mapped members is being unmapped. This patch fixes the problem.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Thanks for the review. As for the problem with legacy code, I'm now working on updating clang to use the new map interface, so this legacy code will soon be removed.