[llvm-dev] RFC: should we spell lambdas like functions?

Duncan P. N. Exon Smith via llvm-dev llvm-dev at lists.llvm.org
Thu Jul 5 12:57:33 PDT 2018


I argue we should spell C++ lambdas (and other function-like variables) like functions, not like variables.

- Use verbs, not nouns.
- Use lowerCamelCase.

Here's a patch that implements the change to the coding standards:
https://reviews.llvm.org/D48991 <https://reviews.llvm.org/D48991>

Thoughts?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180705/e4df70b8/attachment.html>


More information about the llvm-dev mailing list