search for: 4b332cce

Displaying 1 result from an estimated 1 matches for "4b332cce".

2020 Jun 15
2
Codifying our Brace rules-
On Mon, Jun 15, 2020 at 4:05 PM Mehdi AMINI via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > As another data point, the MLIR part of the codebase is pretty consistent on this: never use braces for trivial (single statement) if/else/for, but always put it on every branch if needed on any side of the if/else. Any opinion/stance policy/practice on the "one line, or one statement