[PATCH] D16248: [Clang-tidy] rename misc-inefficient-algorithm to performance-inefficient-algorithm

Eugene Zelenko via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 19 10:21:04 PST 2016


Eugene.Zelenko added inline comments.

================
Comment at: docs/clang-tidy/checks/performance-inefficient-algorithm.rst:3
@@ -2,3 +2,3 @@
 
-misc-inefficient-algorithm
+performance-inefficient-algorithm
 ==========================
----------------
alexfh wrote:
> After reading this check name a few times, I found it too generic (one may think that this is a generic algorithm-level code profiler ;). I think, we need to rename it to `performance-inefficient-lookup-algorithm` or `performance-inefficient-search-algorithm`, since we're changing the name anyway.
I think will be better to keep generic name, since other algorithms could be added later.


http://reviews.llvm.org/D16248





More information about the cfe-commits mailing list