martong added inline comments.

================
Comment at: test/Analysis/bug_hash_test.cpp:105
+void g() {
+  TX<int> x;
+  TX<long> xl;
----------------
As we discussed, the checking of the equality of the `IssueString` in case of 
`TX<int>` and `TX<double>` is implicit. And as such it is hard to see that it 
is really tested. Perhaps a comment here could indicate this implicit checking 
mechanism.


https://reviews.llvm.org/D38728



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

Reply via email to