r179572 - [analyzer] Address code review for r179395

Jordan Rose jordan_rose at apple.com
Mon Apr 15 16:57:21 PDT 2013


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.






More information about the cfe-commits mailing list