Displaying 2 results from an estimated 2 matches for "ac78e2da".
2014 May 27
4
[LLVMdev] Guidance on using pointers vs. references for function arguments
...nst the APIs. It got to the point where literally you had to do a build and just add the missing &/*'s to get the build to go through.
-Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140526/ac78e2da/attachment.html>
2014 May 27
3
[LLVMdev] Guidance on using pointers vs. references for function arguments
On May 26, 2014, at 5:02 PM, Chandler Carruth <chandlerc at google.com> wrote:
>
> On Mon, May 26, 2014 at 4:43 PM, Andrew Trick <atrick at apple.com> wrote:
> This has been discussed before but I can’t find a reference to it. I could have sworn this was in the coding convention at some point. Here’s what I remember: during early LLVM development there was an effort to