search for: initiallowercasenam

Displaying 2 results from an estimated 2 matches for "initiallowercasenam".

Did you mean: initiallowercasenames
2019 Feb 13
3
changing variable naming rules in LLVM codebase
I want to reiterate the benefit that underscore_names would bring. To be clear it's not my favorite style, but it does have a very concrete advantage which is that we have a very large subproject already using it. it doesn't make sense to do a purely aesthetic move that not everyone is going to agree on anyway, when we could do one with actual tangible value. On Wed, Feb 13, 2019 at 8:52
2019 Feb 14
5
changing variable naming rules in LLVM codebase
...atural. So since I find camel case easier to type and equally as readable, I would favour it over underscores. On Wed, Feb 13, 2019 at 11:03 PM James Y Knight via llvm-dev < llvm-dev at lists.llvm.org> wrote: > There is of course some amount of llvm and clang code which already uses > initialLowerCaseNames for variable names too, contrary to the style guide. > I don't know how to easily quantify how much. > > E.g. ParseGNUAttributes in clang/include/clang/Parse/Parser.h is one I > noticed. > > > On Wed, Feb 13, 2019 at 2:49 PM Zachary Turner via llvm-dev < > llvm-dev...