================
Comment at: clang-tidy/google/NamedParameterCheck.cpp:81
@@ +80,3 @@
+    // Fallback to an unused marker.
+    std::string NewName = " /*unused*/";
+
----------------
I'd make NewName a StringRef which stores the name or "unused", and add " /*" 
and "*/" when issuing a fixit.

http://reviews.llvm.org/D4772



_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to