xazax.hun marked 2 inline comments as done.
xazax.hun added inline comments.


================
Comment at: clang-tidy/modernize/UseTransparentFunctorsCheck.cpp:89
+    diag(FuncInst->getLocStart(), Message)
+        << (FuncClass->getName() + "<>").str();
+    return;
----------------
aaron.ballman wrote:
> Is the `.str()` required? (Same question applies below.)
It does not compile without it. It looks like the << is not overloaded for 
Twine.


https://reviews.llvm.org/D24894



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

Reply via email to