When viewing the ExplodedGraph through graphviz, make ExprEngine's two private program state traits - namely C++ allocator values and C++ initialized temporaries - visible in the dump.
How it looks:
Unfortunately this relies on LocationContext, so it wouldn't be available in normal ProgramState dumps. Hmm, i guess i could add a mode to print them in an unsorted order.
Why not ASTContext::getPrintingPolicy()?