alexfh accepted this revision.
alexfh added a comment.
This revision is now accepted and ready to land.

Thanks!

LG with a couple of nits.



================
Comment at: docs/clang-tidy/checks/misc-inefficient-algorithm.rst:25
+  std::set<int> s;
+  auto c = count(s.begin(), s.end(), 43);
+
----------------
std::count


================
Comment at: docs/clang-tidy/checks/misc-unused-parameters.rst:25
+
+  static void staticFunctionA()
----------------
The example seems incomplete?


https://reviews.llvm.org/D31860



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

Reply via email to