[PATCH] D60351: [builtins] Reformat builtins with clang-format

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 5 19:46:07 PDT 2019


thakis added inline comments.


================
Comment at: compiler-rt/lib/builtins/lshrti3.c:31
+    result.s.low = input.s.high >> (b - bits_in_dword);
+  } else /* 0 <= b < bits_in_dword */
+  {
----------------
clang-format interacts poorly with some of the comments in these files. Maybe look through the diff yourself locally, there's a few places that could use manual cleaning up.


Repository:
  rCRT Compiler Runtime

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

https://reviews.llvm.org/D60351





More information about the llvm-commits mailing list