[PATCH] D39675: [clang-refactor] Use ClangTool more explicitly by making refaroing actions AST frontend actions.
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 6 02:20:37 PST 2017
hokein accepted this revision.
hokein added a comment.
This revision is now accepted and ready to land.
The code looks good to me.
================
Comment at: tools/clang-refactor/ClangRefactor.cpp:317
RefactoringActionCommandLineOptions Options;
+ // Whether the selection is suppoted by any rule in the subcommand.
+ bool HasSelection;
----------------
s/suppoted/supported, the same above.
https://reviews.llvm.org/D39675
More information about the cfe-commits
mailing list