This is an archive of the discontinued LLVM Phabricator instance.

[ASTMatchers] Let isArrow also support UnresolvedMemberExpr, CXXDependentScopeMemberExpr
ClosedPublic

Authored by shuaiwang on Sep 16 2018, 3:38 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

shuaiwang created this revision.Sep 16 2018, 3:38 PM
aaron.ballman accepted this revision.Sep 17 2018, 7:12 AM

LGTM, with a request for the documentation.

include/clang/ASTMatchers/ASTMatchers.h
4698–4702 ↗(On Diff #165701)

Can you update the example to show how this works on the new kinds of member expressions?

This revision is now accepted and ready to land.Sep 17 2018, 7:12 AM
shuaiwang marked an inline comment as done.

Addressed review comment.

This revision was automatically updated to reflect the committed changes.