[PATCH] D144157: Add 128-bit integer support to enum element

Chuanqi Xu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 15 22:42:12 PST 2023


ChuanqiXu added a comment.

> debian build bot won't let me pass, so I clang-formatted the function ActOnEnumBody

You can try `git diff -U0 --no-color --relative HEAD^ | clang/tools/clang-format/clang-format-diff.py -p1 -i` to format the changed part only. Currently there are many untouched part changed due to the format. This is not good.


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

https://reviews.llvm.org/D144157



More information about the cfe-commits mailing list