Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
llvm/lib/IR/LLVMContextImpl.cpp | ||
---|---|---|
106 ↗ | (On Diff #74097) | Do you want to change this one as well? |
llvm/lib/IR/LLVMContextImpl.cpp | ||
---|---|---|
106 ↗ | (On Diff #74097) | Sure, but this one is complicated enough I'll put it in its own patch. |
llvm/lib/IR/LLVMContextImpl.cpp | ||
---|---|---|
106 ↗ | (On Diff #74097) | Actually, this one is very complicated, because we're walking a linked list where the head is now a unique_ptr but the other elements are raw pointers, and we assume we can assign into any of them using generic code... I'll save it for another day. I'd call DeleteContainerSeconds, but that doesn't work because the destructors of the map's value types are protected... :) |