klimek added inline comments.

================
Comment at: clang-tidy/modernize/MakeUniqueCheck.cpp:75-76
@@ +74,4 @@
+  std::string Identifier = removeWhitespace(ExprStr.substr(0, LAngle));
+  if (Identifier != "unique_ptr" && Identifier != "std::unique_ptr")
+    return;
+  SourceLocation ConstructCallEnd = 
ConstructCallStart.getLocWithOffset(LAngle);
----------------
Comment what cases this can happen in, and why we don't want to replace in 
those cases...


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