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

LG



================
Comment at: clang-tidy/modernize/MakeSmartPtrCheck.cpp:23
+                         const LangOptions &Lang) {
+  return clang::Lexer::getSourceText(
+      clang::CharSourceRange::getTokenRange(
----------------
s/clang:://


================
Comment at: clang-tidy/modernize/MakeSmartPtrCheck.cpp:24
+  return clang::Lexer::getSourceText(
+      clang::CharSourceRange::getTokenRange(
+          
NewExpr->getAllocatedTypeSourceInfo()->getTypeLoc().getSourceRange()),
----------------
ditto


https://reviews.llvm.org/D34286



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D34286: [clang... Alexander Kornienko via Phabricator via cfe-commits

Reply via email to