[flang-commits] [PATCH] D140134: [flang] Expunge needless semantics::ProcInterface

Jean Perier via Phabricator via flang-commits flang-commits at lists.llvm.org
Fri Dec 16 00:03:56 PST 2022


jeanPerier added a subscriber: PeteSteinfeld.
jeanPerier added a comment.

I feel sorry to bother you here because there is something odd with clang-format that is a bit unrelated to your patch.
My top of the tree clang-format agrees with the formatting of your patch, but the build bot clang format (and @PeteSteinfeld's clang-format).

I had a similar issue in one of my patch, it seems my clang-format and yours want the "*" in `if (const Symbol *interface{proc.procInterface()})` next to the variable name (which makes more sense IMHO), while the build bot clang-format (and older clang format I could test) wants the "*" in the middle of two spaces `if (const Symbol * interface{proc.procInterface()})`. Given most of flang codebase is using the latter style, it may be better to stick with it, especially if it still is what the build bot expects.


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

https://reviews.llvm.org/D140134



More information about the flang-commits mailing list