<div dir="ltr">On Fri, Jul 19, 2013 at 11:10 PM, John McCall <span dir="ltr"><<a href="mailto:rjmccall@gmail.com" target="_blank">rjmccall@gmail.com</a>></span> wrote:<div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div style="word-wrap:break-word"><div><div><div dir="auto">
+  /// Returns true if the given destructor type should be emitted as a linkonce</div><div dir="auto">+  /// delegating thunk, regardless of whether the dtor is defined in this TU or</div><div dir="auto">+  /// not.</div>
<div dir="auto">+  virtual bool useThunkForDtorVariant(CXXDtorType DT) const = 0;</div><div dir="auto"><br></div><div dir="auto">Go ahead and make this take the destructor decl as well.</div></div></div></div></blockquote>
<div><br></div><div>Sure, but it's dead.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div style="word-wrap:break-word"><div>Otherwise, this looks great, thanks!</div></div></blockquote><div><br></div><div>Thanks for the review!  r186828</div></div></div></div>