<div class="gmail_quote">On Fri, Jun 8, 2012 at 4:29 PM, John McCall <span dir="ltr"><<a href="mailto:rjmccall@apple.com" target="_blank">rjmccall@apple.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Jun 8, 2012, at 4:24 PM, Richard Trieu wrote:<br>
> Add a bit to VarDecl that is set to true when its address is taken or it gets passed by non-const reference.<br>
<br>
</div>Just out of curiosity, is this bit set for variables of class type that are used as an operand of a trivial copy constructor or copy assignment operator?<br>
<span class="HOEnZb"><font color="#888888"><br>
John.<br>
</font></span></blockquote></div><br><div>No, the bit is not currently set for those uses.</div>