[PATCH] D45410: [Sema] Remove dead code in BuildAnonymousStructUnionMemberReference. NFCI
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Apr 7 21:22:33 PDT 2018
rjmccall accepted this revision.
rjmccall added a comment.
This revision is now accepted and ready to land.
I think there was a point when we weren't always creating CXXThisExprs eagerly for these accesses. Now that we are, yeah, this should be dead.
Repository:
rC Clang
https://reviews.llvm.org/D45410
More information about the cfe-commits
mailing list