This revision was automatically updated to reflect the committed changes.
Closed by commit rL313260: [refactor] Use CommonOptionsParser in clang-refactor
(authored by arphaman).
Changed prior to commit:
https://reviews.llvm.org/D37618?vs=114328&id=115208#toc
Repository:
rL LLVM
https://revi
ioeric accepted this revision.
ioeric added a comment.
This revision is now accepted and ready to land.
Lgtm
Repository:
rL LLVM
https://reviews.llvm.org/D37618
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin
arphaman created this revision.
This patch ensures that CommonOptionsParser works with subcommands. This allows
clang-refactor to use the `CommonOptionsParser`.
Depends on https://reviews.llvm.org/D36574.
Repository:
rL LLVM
https://reviews.llvm.org/D37618
Files:
lib/Tooling/CommonOption