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

Thanks, LGTM.



================
Comment at: llvm/include/llvm/Analysis/DDG.h:489
+      },
+      [&] { OS << ", "; });
+  return OS.str();
----------------
`llvm::interleaveComma` does that without an additional lambda.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90159

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

Reply via email to