[PATCH] D16044: getVariableName() for MemRegion

Alexander Droste via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 11 06:13:22 PST 2016


Alexander_Droste marked 2 inline comments as done.

================
Comment at: tools/clang/lib/StaticAnalyzer/Core/MemRegion.cpp:643
@@ +642,3 @@
+  const clang::ento::MemRegion *R = this;
+  llvm::SmallString<50> buf;
+  llvm::raw_svector_ostream os(buf);
----------------
You're right, 200 was a bit overambitious. I reduced it to 50.


http://reviews.llvm.org/D16044





More information about the cfe-commits mailing list