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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to