Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Hi Charlie,
Doesn't the LLVM style encourage multiple exit points? http://llvm.org/docs/CodingStandards.html#use-early-exits-and-continue-to-simplify-code
Is there some particular issue with how they're used in these functions?
Cheers.
Tim.
Comment Actions
Hi Tim,
Doesn't the LLVM style encourage multiple exit points? http://llvm.org/docs/CodingStandards.html#use-early-exits-and-continue-to-simplify-code
It does, I mistakenly published this patch for review. Please ignore.
Sorry!
Charlie.