[PATCH] D51447: [WebAssembly] clang-format (NFC)

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 29 12:47:25 PDT 2018


aheejin added a comment.

Also, among the hundreds of lines in this patch, it looks 80% of them are from switch-cases, when people prefer

  switch SOMETHING: break;

over

  switch SOMETHING:
    break;


Repository:
  rL LLVM

https://reviews.llvm.org/D51447





More information about the llvm-commits mailing list