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

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 29 12:50:52 PDT 2018


tlively added a comment.

My reading of the intention behind the policy is that we want to avoid patches that make it hard to find who owns some code or that unnecessarily trod on someone else's code uninvited. That passage seems like it is meant for people who don't like LLVM's style and would want to change everything at once. Since this change only affects the WebAssembly backend and increases conformance with LLVM style, I think it is a good idea.


Repository:
  rL LLVM

https://reviews.llvm.org/D51447





More information about the llvm-commits mailing list