[PATCH] D158497: [UTC] Keep function args parenthesis on label line (bumps version to 3)

Jannik Silvanus via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 22 04:53:05 PDT 2023


jsilvanus added inline comments.


================
Comment at: llvm/utils/UpdateTestChecks/common.py:1279
+                args_and_sig_prefix = ""
+                if version >= 3 and args_and_sig.startswith("("):
+                    # Ensure the "(" separating function name and arguments is in the
----------------
I'm not a fan of hardcoding "(" here, but this seems to be the only relevant case anyways?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158497



More information about the llvm-commits mailing list