[PATCH] D102577: TreeTransform.h: make the switch case more beautiful

zhouyizhou via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 17 00:01:40 PDT 2021


zhouyizhou added a comment.

I do some "grep" in clang/lib directory:
llvm-project/clang/lib#find . -name "*.*"|xargs grep -n -B 2 "break;"|grep -A 2 "}"

my patch also seems to match the coding style of other parts of clang.

Thanks again


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

https://reviews.llvm.org/D102577



More information about the cfe-commits mailing list