search for: uppercaseletterthencamelcase

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

2019 Feb 04
2
Variable names rule
...andard I last read. It’s _<UpperCase> that is reserved) * Function argments: <lowerCaseLetterThenCamelCase>_ * Function local variables: <lowerCaseLetterThenCamelCase> * Class/Struct identifiers: <UpperCaseLetterThenCamelCase> Even “smart” IDE’s can become confused – I’ve tried several (all “free”, open source) on the LLVM code base, and they’ve all failed, either finding the wrong thing (that has the same identifier) or not finding the thing (when it most definitely does exist). If someone knows of a (“free”) I...
2019 Feb 03
4
Variable names rule
> On Feb 2, 2019, at 8:18 PM, Chris Lattner <clattner at nondot.org> wrote: > > > >> On Feb 1, 2019, at 6:20 AM, Michael Platings via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: >> >> Hi all, >> >> As application of the naming rules are currently under discussion [1] this seems like a good time