[PATCH] D80968: [WebAssembly] Improve macro hygiene in wasm_simd128.h
Heejin Ahn via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 1 22:09:22 PDT 2020
aheejin accepted this revision.
aheejin added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang/lib/Headers/wasm_simd128.h:1040
+ (__c4)*2 + 1, (__c5)*2, (__c5)*2 + 1, (__c6)*2, (__c6)*2 + 1, (__c7)*2, \
+ (__c7)*2 + 1))
----------------
It's interesting that clang-format deletes whitespaces around parenthesized expressions...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80968/new/
https://reviews.llvm.org/D80968
More information about the cfe-commits
mailing list