alexfh added a comment.
Another couple of post-commit comments.
================
Comment at: docs/clang-tidy/checks/misc-unused-parameters.rst:15
+
+ void a(int /*i*/) {}
+
----------------
nit: two spaces before the comment.
================
Comment at: docs/clang-tidy/checks/readability-uniqueptr-delete-release.rst:11
+
+ delete P.release();
+
----------------
nit: I'd add a bit more context, namely the definition of P.
https://reviews.llvm.org/D31860
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits