[PATCH] D144963: [UTC] Include return type/attributes under --version 2

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 28 09:03:07 PST 2023


nikic added a comment.

In D144963#4158739 <https://reviews.llvm.org/D144963#4158739>, @asb wrote:

> This LGTM in general. I have just one question about how you imagine changing the incorporation of D140212 <https://reviews.llvm.org/D140212> - would you add in the `--function-signature` by default change to `--version 2`, or introduce a `--version 3`? I think I'd be happy enough with either, but wanted to check your plan.

My plan was to both enable `--function-signature` by default and check return types as part of `--version 2`. But I would be fine keeping them separate as well (in which case I'd bump the default version in this patch).


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

https://reviews.llvm.org/D144963



More information about the llvm-commits mailing list