[PATCH] D130398: [clang][dataflow] Add Environment::dump()

Yitzhak Mandelbaum via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 22 15:10:12 PDT 2022


ymandel accepted this revision.
ymandel added inline comments.
This revision is now accepted and ready to land.


================
Comment at: clang/lib/Analysis/FlowSensitive/DebugSupport.cpp:117-120
+    for (const std::string &S : ConstraintsStrings) {
+      Result += S;
+      Result += '\n';
+    }
----------------
I thought there's join-strings function somewhere...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130398



More information about the cfe-commits mailing list