[PATCH] D51292: [docs] Update clang-rename documentation

Eric Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 29 07:50:59 PDT 2018


ioeric added inline comments.


================
Comment at: clang-tools-extra/docs/clang-rename.rst:140
+
+:program:`clangd <https://clang.llvm.org/extra/clangd.html>`_ uses
+:program:`clang-rename` infrastructure to handle renaming requests. Currently,
----------------
nit: `clangd *shares* the renaming infrastructure of clang-rename...`


================
Comment at: clang-tools-extra/docs/clang-rename.rst:141
+:program:`clangd <https://clang.llvm.org/extra/clangd.html>`_ uses
+:program:`clang-rename` infrastructure to handle renaming requests. Currently,
+it only supports renaming symbol within a single file, but in the future it will
----------------
ilya-biryukov wrote:
> `handle renaming requests` seems to assume some familiarity with LSP. Maybe rephrase?
> Currently it only supports renaming symbol within a single file, but in the future it will have much better support than the standalone tool.
This seems clangd specific and can easily get outdated when the support is actually added in clangd. Consider moving it to clangd's documentation if we do want to advertise `rename` at this point?


https://reviews.llvm.org/D51292





More information about the cfe-commits mailing list