[PATCH] D12970: SmallVector fix for use-after-dtor bug.
David Blaikie via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 18 10:11:01 PDT 2015
dblaikie added a subscriber: dblaikie.
dblaikie added a comment.
We try to keep as much code in the Impl rather than the SmallVector itself to reduce template code bloat.
Could you explain in more detail what the circular dependency/use-after-dtor issue is? Which entity's dtor is ~SmallVectorImpl using inappropriately?
http://reviews.llvm.org/D12970
More information about the llvm-commits
mailing list