Alexander_Droste added inline comments.

================
Comment at: test/Analysis/MPIChecker.cpp:97
@@ +96,3 @@
+
+    MPI_Isend(&buf, 1, MPI_DOUBLE, rank + 1, 6, MPI_COMM_WORLD, &sendReq1); // 
expected-note{{Request is previously used by nonblocking call here. }}
+    MPI_Irecv(&buf, 1, MPI_DOUBLE, rank - 1, 6, MPI_COMM_WORLD, &sendReq1); // 
expected-warning{{Double nonblocking on request 'sendReq1'.}}
----------------
All the `expected-note`s still fail, even though the diagnostics are presented 
in a report.


http://reviews.llvm.org/D12761



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

Reply via email to