[PATCH] D42560: [analyzer] dump() ExprEngine's internal traits into the ExplodedGraph view.

Aleksei Sidorin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 30 11:45:23 PST 2018


a.sidorin added a comment.

More debug info is always good.



================
Comment at: lib/StaticAnalyzer/Core/ExprEngine.cpp:400
+            Out << '(' << I.second << ',' << I.first << ") ";
+            I.first->printPretty(Out, nullptr, PrintingPolicy(LO));
+            Out << NL;
----------------
Why not ASTContext::getPrintingPolicy()?


https://reviews.llvm.org/D42560





More information about the cfe-commits mailing list