alexfh added inline comments.

================
Comment at: clang-tidy/misc/MoveConstructorInitCheck.cpp:114
@@ -114,1 +113,3 @@
+                      "value argument %0 can be moved to avoid copy")
+                 << MovableParam->getName();
   DiagOut << FixItHint::CreateReplacement(
----------------
I guess, it should work without `->getName()`. Could you try?


Repository:
  rL LLVM

http://reviews.llvm.org/D19849



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

Reply via email to