[PATCH] D39027: [docs][refactor] Add a new tutorial that talks about how one can implement refactoring actions

Jonas Toth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Nov 18 13:16:56 PST 2017


JonasToth added inline comments.


================
Comment at: docs/RefactoringActionTutorial.rst:236
+      class NestedIfSelectionRequirement final
+          : final CodeRangeSelectionRequirement {
+      public:
----------------
i think the `final` after the colon should be `public` instead.


Repository:
  rL LLVM

https://reviews.llvm.org/D39027





More information about the cfe-commits mailing list