On Apr 15, 2013, at 15:38 , Anna Zaks <ganna at apple.com> wrote: > bool MemRegion::canPrintPrettyAsExpr() const { > + return canPrintPretty(); > +} This is backwards; anything you can print as an expr can be printed pretty, but not vice versa.