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



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

Reply via email to