This is an archive of the discontinued LLVM Phabricator instance.

Use CommonOptionsParser in clang-refactor
ClosedPublic

Authored by arphaman on Sep 8 2017, 2:55 AM.

Details

Summary

This patch ensures that CommonOptionsParser works with subcommands. This allows clang-refactor to use the CommonOptionsParser.

Depends on https://reviews.llvm.org/D36574.

Diff Detail

Repository
rL LLVM

Event Timeline

arphaman created this revision.Sep 8 2017, 2:55 AM
ioeric accepted this revision.Sep 8 2017, 3:19 AM

Lgtm

This revision is now accepted and ready to land.Sep 8 2017, 3:19 AM
This revision was automatically updated to reflect the committed changes.