[PATCH] D109489: [OptParser] NFC: Remove unused template arg 'name' from bool opt

Cullen Rhodes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 9 00:45:15 PDT 2021


c-rhodes added a comment.

@jansvoboda11 this came up in D109359 <https://reviews.llvm.org/D109359> with warning:

  llvm/include/llvm/Option/OptParser.td:217:91: warning: unused template argument: MarshallingInfoBooleanFlag:name

I see you've changed worked on this in the past, wasn't sure if it's intended for `name` not to be used so thought I'd post the patch and let you take a look.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109489



More information about the llvm-commits mailing list