[PATCH] D37856: [refactor] add support for refactoring options
Alex Lorenz via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 6 11:14:19 PDT 2017
arphaman added inline comments.
================
Comment at: include/clang/Tooling/Refactoring/RefactoringActionRuleRequirements.h:73
+template <typename OptionType>
+class OptionRequirement : public RefactoringOptionsRequirement {
+public:
----------------
ioeric wrote:
> nit: `OptionRequirement` sounds more general than the base class `RefactoringOptionsRequirement`.
I couldn't really think of a better name, sorry.
Repository:
rL LLVM
https://reviews.llvm.org/D37856
More information about the cfe-commits
mailing list