[PATCH] D16248: [Clang-tidy] rename misc-inefficient-algorithm to performance-inefficient-algorithm
Eugene Zelenko via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 15 18:55:05 PST 2016
Eugene.Zelenko added inline comments.
================
Comment at: docs/clang-tidy/checks/performance-inefficient-algorithm.rst:1
@@ -1,2 +1,2 @@
-.. title:: clang-tidy - misc-inefficient-algorithm
+.. title:: clang-tidy - performance-inefficient-algorithm
----------------
alexfh wrote:
> I'd leave the old documentation file with a redirect to the new one. See examples in the cert module. But instead of calling the old check name 'alias', mention that it was renamed. We also don't need the old file to appear in the index, so it should be marked `:orphan:` and the add_new_check.py script should be updated to not add orphaned files to the list.
I searched for orphan in documentation and didn't find any. Looks like documentation was always renamed in past without leaving traces to old names.
I don't know documentation specific well enough, so will be good idea if it will be changed by more knowledgeable person then me.
Repository:
rL LLVM
http://reviews.llvm.org/D16248
More information about the cfe-commits
mailing list