Displaying 2 results from an estimated 2 matches for "8c8a6961".
2019 Mar 12
2
RFC: changing variable naming rules in LLVM codebase
...ry much for all the feedback. I've tried to collect the information into a proposal for a transition plan: https://reviews.llvm.org/D59251.
-Michael
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190312/8c8a6961/attachment.html>
2019 Feb 22
2
RFC: changing variable naming rules in LLVM codebase
On Fri, Feb 22, 2019 at 12:39 PM Chandler Carruth via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> On Fri, Feb 22, 2019 at 5:59 AM via llvm-dev <llvm-dev at lists.llvm.org>
> wrote:
>
>> - Local variables and formal parameters should be lower_case, with
>> one exception: Variables/parameters that have lambda/function
>> type should follow the