[PATCH] D126512: [Docs] Clarify the guideline on omitting braces

Chris Lattner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 26 22:13:00 PDT 2022


lattner accepted this revision.
lattner added a comment.
This revision is now accepted and ready to land.

This makes sense to me.  do/while loops are rare, and because the condition comes after the body, they are structurally different than the other loops and conditionals.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126512/new/

https://reviews.llvm.org/D126512



More information about the llvm-commits mailing list