sylvestre.ledru added inline comments.

================
Comment at: docs/clang-tidy/checks/misc-unused-parameters.rst:15
+
+  void a(int  /*i*/) {}
+
----------------
alexfh wrote:
> nit: two spaces before the comment.
I believe it is the case ? 
I stole this from the unit test //test/clang-tidy/misc-unused-parameters.c//


================
Comment at: docs/clang-tidy/checks/readability-uniqueptr-delete-release.rst:11
+
+  delete P.release();
+
----------------
alexfh wrote:
> nit: I'd add a bit more context, namely the definition of P.
done in r299961


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