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

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 30 13:48:07 PST 2018


NoQ added inline comments.


================
Comment at: lib/StaticAnalyzer/Core/ExprEngine.cpp:400
+            Out << '(' << I.second << ',' << I.first << ") ";
+            I.first->printPretty(Out, nullptr, PrintingPolicy(LO));
+            Out << NL;
----------------
a.sidorin wrote:
> Why not ASTContext::getPrintingPolicy()?
Dunno, maybe the rest of the file should be fixed as well.


https://reviews.llvm.org/D42560





More information about the cfe-commits mailing list