This is an archive of the discontinued LLVM Phabricator instance.

[ASTMatchers] Let hasObjectExpression also support UnresolvedMemberExpr, CXXDependentScopeMemberExpr
ClosedPublic

Authored by shuaiwang on Aug 12 2018, 4:29 PM.

Diff Detail

Repository
rC Clang

Event Timeline

shuaiwang created this revision.Aug 12 2018, 4:29 PM
shuaiwang updated this revision to Diff 161830.Aug 21 2018, 3:03 PM

Fix issue with implicit access.

The fix was effective, the assertion does not fire anymore on the ItaniumDemangle.cpp file

This revision is now accepted and ready to land.Aug 23 2018, 6:37 AM
This revision was automatically updated to reflect the committed changes.