[PATCH] D21962: MPITypeMismatchCheck for Clang-Tidy

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 2 13:21:53 PDT 2016


alexfh added a comment.

Running tests, will submit shortly.


================
Comment at: docs/clang-tidy/checks/mpi-type-mismatch.rst:13
@@ +12,3 @@
+.. code:: c++
+  // In this case, the buffer type matches MPI datatype.
+  char buf;
----------------
This doesn't parse - an extra newline is needed. I'll fix this myself.


https://reviews.llvm.org/D21962





More information about the cfe-commits mailing list