DenseMap: Remove poisoning of unused memory.
DenseMap has great support for catching invalidated iterators now so we can get rid of this crude hack. Use after frees are covered by asan. llvm-svn: 237523
Loading
Please sign in to comment
DenseMap has great support for catching invalidated iterators now so we can get rid of this crude hack. Use after frees are covered by asan. llvm-svn: 237523