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

zhouyizhou via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 15 22:53:25 PST 2023


zhouyizhou added a comment.

In D144157#4131103 <https://reviews.llvm.org/D144157#4131103>, @ChuanqiXu wrote:

>> 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.

Thank you for your valuable advice, the command is fantastic indeed. I will resend the patch immediately.  
Thanks again
Cheers Zhouyi


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

https://reviews.llvm.org/D144157



More information about the cfe-commits mailing list