[PATCH] D21814: clang-rename: support multiple renames with one invocation

Miklos Vajna via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 8 15:34:08 PDT 2016


vmiklos added a comment.

As far as I see `tooling::CommonOptionsParser` (in its current form) does not handle cl::SubCommand instances. Should I fix that or would it be OK to switch to using `cl::ParseCommandLineOptions` directly in clang-rename?


http://reviews.llvm.org/D21814





More information about the cfe-commits mailing list