[PATCH] D51447: [WebAssembly] clang-format (NFC)
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 4 18:04:00 PDT 2018
aheejin added a comment.
@sunfish Thanks. I agree that we have to respect the original file's style when we make changes to existing files, especially those that are not exclusive to wasm. But in these wasm-only files we didn't particularly have another style that deviates from `LLVM`, other than a few places of switch-cases. So I thought it might be possible to ensure clang-formattedness for wasm-exclusive code for now and we can recommend that for future committers as well.
Repository:
rL LLVM
https://reviews.llvm.org/D51447
More information about the llvm-commits
mailing list