alexfh added inline comments. ================ Comment at: clang-tidy/misc/NonCopyableObjects.cpp:88 @@ +87,3 @@ + else if (E) + diag(E->getExprLoc(), "expression has suspicious type '%0'") + << BD->getName(); ---------------- What's a "suspicious type" and why should the user know about this? Should the message explain better what's wrong and what can be done about that?
http://reviews.llvm.org/D12945 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits