[PATCH] D37023: [analyzer] Fix bugreporter::getDerefExpr() again.

Aleksei Sidorin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 23 01:28:56 PDT 2017


a.sidorin added a comment.

Hi Artem,
I have a question after quick look. The original code considered `ParenExpr`s but I cannot find nothing paren-related in the patch. Is case `(x->y).z` handled as expected?


https://reviews.llvm.org/D37023





More information about the cfe-commits mailing list