r183359 - [analyzer] Fix a crash that occurs when processing an rvalue array.

Jordan Rose jordan_rose at apple.com
Wed Jun 5 17:26:52 PDT 2013


On Jun 5, 2013, at 17:19 , Anna Zaks <ganna at apple.com> wrote:

> +    // We special case rvalue of array type because the analyzer cannot reason
> +    // about it, since we expect all regions to be wrapped in Locs. So we will
> +    // treat these as lvalues assuming that they will decay to pointers as soon
> +    // as they are used. Below

Below what?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130605/9655a9db/attachment.html>


More information about the cfe-commits mailing list