On Apr 15, 2013, at 15:38 , Anna Zaks <[email protected]> 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. _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
