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

LGTM



================
Comment at: clang-tools-extra/clang-tidy/abseil/RedundantStrcatCallsCheck.cpp:95
     for (const auto *Arg : CallExpr->arguments()) {
-      if (StartArg-- > 0) 
-       continue;
-      if (const clang::CallExpr* Sub =
+      if (StartArg-- > 0)
+        continue;
----------------
It looks like some unrelated clang-format changes that should probably be 
separated out from this patch.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92994/new/

https://reviews.llvm.org/D92994

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

Reply via email to