This is an archive of the discontinued LLVM Phabricator instance.

[ASTMatchers] Add matchers unresolvedMemberExpr, cxxDependentScopeMemberExpr
ClosedPublic

Authored by shuaiwang on Aug 12 2018, 12:33 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

shuaiwang created this revision.Aug 12 2018, 12:33 AM
aaron.ballman accepted this revision.Aug 12 2018, 6:55 AM

LGTM, but please split out the unrelated changes into their own commit.

docs/LibASTMatchersReference.html
1168–1173 ↗(On Diff #160252)

This change looks unrelated to your patch.

1280 ↗(On Diff #160252)

This change looks unrelated to your patch.

This revision is now accepted and ready to land.Aug 12 2018, 6:55 AM
shuaiwang marked 2 inline comments as done.

undo unrelated changes in doc

This revision was automatically updated to reflect the committed changes.