[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
Wed Oct 18 07:21:55 PDT 2017


JonasToth added inline comments.


================
Comment at: docs/RefactoringActionTutorial.rst:90
+Let's call it something like ``FlattenIfStatements.cpp``. Don't forget to add
+it to the ``CMakeLists.txt`` file that's located in the
+``lib/Tooling/Refactoring`` directory.
----------------
Will there be functionality like `add-new-check.py` in clang-tidy? Maybe we could work on this to ease getting started.


Repository:
  rL LLVM

https://reviews.llvm.org/D39027





More information about the cfe-commits mailing list