<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Apr 14, 2014 at 11:34 PM, Duncan Exon Smith <span dir="ltr"><<a href="mailto:dexonsmith@apple.com" target="_blank">dexonsmith@apple.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class=""><br>
> On Apr 14, 2014, at 20:14, Sean Silva <<a href="mailto:chisophugis@gmail.com">chisophugis@gmail.com</a>> wrote:<br>
><br>
> Do local lambdas get named like variables or like functions?<br>
><br>
> E.g.<br>
><br>
> void foo() {<br>
>   auto helper = [](...){...};<br>
<br>
</div>It should be "help" here (verb), not "helper" (noun), but this is the direction I like.  It's a local function!<br></blockquote><div><br></div><div>I didn't mean anything  by the name here besides the case; I should have just written "bar". I think David's point about the lambda being the object of closure type while the function itself is "operator()" could be used to argue for naming it as a noun, although I expect that most local lambdas will more naturally be verbs (the original case which got me to write this post was a local lambda called "eat").</div>
<div><br></div><div>-- Sean Silva</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class=""><br>
>   // or<br>
>   auto Helper = [](...){...};<br>
> }<br>
><br>
> My gut is that it should be lowercase (named like a function) since I got a weird feeling in my stomach seeing an upper-case name being called like a function in new code.<br>
><br>
> -- Sean Silva<br>
</div>> _______________________________________________<br>
> LLVM Developers mailing list<br>
> <a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
</blockquote></div><br></div></div>