klimek accepted this revision.
klimek added a comment.
This revision is now accepted and ready to land.

apart from the comment, LG


================
Comment at: clang-tidy/modernize/MakeUniqueCheck.cpp:67-70
@@ +66,6 @@
+  SourceLocation ConstructCallEnd;
+  if (LAngle == StringRef::npos) {
+    ConstructCallEnd = ConstructCallStart.getLocWithOffset(ExprStr.size());
+    Diag << FixItHint::CreateInsertion(ConstructCallEnd,
+                                       "<" + Type->getAsString() + ">");
+  } else {
----------------
Please add a comment what this does (in which cases do we want to insert the 
type).


http://reviews.llvm.org/D13166



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

Reply via email to