This patch ensures that CommonOptionsParser works with subcommands. This allows clang-refactor to use the CommonOptionsParser.
Depends on https://reviews.llvm.org/D36574.
Paths
| Differential D37618
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
Event TimelineThis revision is now accepted and ready to land.Sep 8 2017, 3:19 AM Closed by commit rL313260: [refactor] Use CommonOptionsParser in clang-refactor (authored by arphaman). · Explain WhySep 14 2017, 6:19 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 114328 lib/Tooling/CommonOptionsParser.cpp
test/Refactor/LocalRename/Field.cpp
test/Refactor/tool-common-options.c
tools/clang-refactor/ClangRefactor.cpp
|