[PATCH] D26943: [CodingStandards] Add style guide rule about "if" statements and loops.

Krzysztof Parzyszek via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 23 14:13:21 PST 2016


kparzysz added a comment.

In https://reviews.llvm.org/D26943#604639, @jlebar wrote:

> The cost of not having such a statement is that each reviewer has their own set of rules in their head,


That's a problem with reviewers.

The guidelines should be pretty clear: readability, and consistency. Regulating every little thing is unnecessary.


https://reviews.llvm.org/D26943





More information about the llvm-commits mailing list