On Fri, Jun 8, 2012 at 4:29 PM, John McCall <[email protected]> wrote:
> On Jun 8, 2012, at 4:24 PM, Richard Trieu wrote: > > Add a bit to VarDecl that is set to true when its address is taken or it > gets passed by non-const reference. > > 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? > > John. > No, the bit is not currently set for those uses.
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
