search for: reference_argu

Displaying 1 result from an estimated 1 matches for "reference_argu".

2014 May 26
2
[LLVMdev] Guidance on using pointers vs. references for function arguments
...;> reference must be labeled const. [...] it is a very strong convention in >>> Google code that input arguments are values or const references while > output >>> arguments are pointers." > (http://google-styleguide.googlecode.com/svn/trunk/ >>> cppguide.xml#Reference_Arguments ) >> >> I haven't seen much of that around here. >> >>> I see that LLVM Coding Standards document doesn't touch this subject at > all. >>> Should we use this opportunity to add to it that in LLVM, the choice > between >>> pointer par...