>Won't "RefList _reference" leak the nodes of the linked list They are allocated in the BumpPtr pool at: node = new (_file.allocator()) SimpleReference(...) http://reviews.llvm.org/D6518