Displaying 3 results from an estimated 3 matches for "jumpinstr".
Did you mean:
cmpinstr
2010 Nov 29
0
[LLVMdev] [cfe-dev] draft rule for naming types/functions/variables
> I enjoyed the new coding style in recent patches. Camel case makes it easy
> to pick a descriptive name. Starting functions and variables with lower
> cases reduces chances to conflict with a type name.
Honestly speaking, I don't. Especially in the cases when varname is
made from an
acronym. E.g. MachineInstr *MI looks much better than MachineInstr *mi, etc.
See latest Rafael's
2010 Nov 29
3
[LLVMdev] [cfe-dev] draft rule for naming types/functions/variables
...y needed.
Csaba has pointed out the problem of possible clash (at least
confusion) with macro names for variable names like MI. I agree that
'mi' is not a great name either in this case. In fact, it's not even
camel case. How about instr? Or, perhaps a name that clarifies its
role (jumpInstr, nextInstr, etc)? Or, if this is a short-lived local
variable, I'd be fine with 'mi'.
Cheers,
--
Zhanyong
2010 Nov 29
8
[LLVMdev] draft rule for naming types/functions/variables
Hi,
I enjoyed the new coding style in recent patches. Camel case makes it easy
to pick a descriptive name. Starting functions and variables with lower
cases reduces chances to conflict with a type name.
2010/11/23 Zhanyong Wan (λx.x x) <wan at google.com>
> On Mon, Nov 22, 2010 at 11:41 PM, Zhanyong Wan (λx.x x) <wan at google.com>
> wrote:
> > +llvmdev
> >
>