Displaying 1 result from an estimated 1 matches for "1067041".
Did you mean:
106701
2019 Feb 01
4
Variable names rule
Hi all,
As application of the naming rules are currently under discussion [1] this seems like a good time to bring this up:
The current variable naming rule [2] states: Variable names should be nouns (as they represent state). The name should be camel case, and start with an upper case letter (e.g. Leader or Boats).
I'm a relatively new arrival to the LLVM codebase and I want to follow the