[cfe-dev] Pass by Reference

Sebastian Redl sebastian.redl at getdesigned.at
Tue Nov 25 14:05:41 PST 2008


Makslane Araújo Rodrigues wrote:
> Hi all,
>
> Is clang ready to compile functions thats have arguments passed by 
> reference? like:
>
> void func1(int &x) {}
We have semantic analysis support, but I don't think anyone has written 
the code generation yet.

Sebastian



More information about the cfe-dev mailing list