[cfe-commits] [Patch] Add Reference bit to VarDecl

John McCall rjmccall at apple.com
Fri Jun 8 16:29:07 PDT 2012


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.



More information about the cfe-commits mailing list