[PATCH] D69722: [Utils] Reuse argument variable names in the body

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 30 23:48:37 PST 2019


jdoerfert added a comment.

In D69722#1799669 <https://reviews.llvm.org/D69722#1799669>, @lebedev.ri wrote:

> This is **not** opt-in and **will** cause a new wave of test regeneration,


This is "opt-in" with the `--function-signature` option. I added an explicit test and the basic test should cover that as well, e.g., only the `.funcsig.` version is affected.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69722





More information about the llvm-commits mailing list