[PATCH] D39800: [analyzer] pr34404: Fix a crash on pointers to members in nested anonymous structures.

Kirill Romanenkov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 9 09:03:13 PST 2017


kromanenkov added a comment.

@NoQ  Do we need to change a `DeclaratorDecl` field in PointerToMember SVal to something more common, like `ValueDecl`, to support `IndirectFieldDecl` as well?


https://reviews.llvm.org/D39800





More information about the cfe-commits mailing list