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

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 21 15:23:15 PST 2016


rnk added a comment.

I feel like this should live down near "Don’t use else after a return". Seems kind of weird to put this before an admonition to, you know, indent code at all. We should probably delete that too to make the document more concise.


https://reviews.llvm.org/D26943





More information about the llvm-commits mailing list