[PATCH] D36075: [refactor] Initial support for refactoring action rules

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 25 04:59:19 PDT 2017


arphaman marked 5 inline comments as done.
arphaman added inline comments.


================
Comment at: include/clang/Tooling/Refactoring/RefactoringActionRules.h:33
+///
+///  - requiredSelection: The refactoring function won't be invoked unless the
+///                       given selection requirement is satisfied.
----------------
ioeric wrote:
> We might want to document supported requirements somewhere else so that we don't need to update this file every time a new requirement is added.
Do you think it should be in Clang's documentation? I can start on a new document there but I'd prefer to do it in a separate patch. WDYT?


Repository:
  rL LLVM

https://reviews.llvm.org/D36075





More information about the cfe-commits mailing list