This is an archive of the discontinued LLVM Phabricator instance.

[ASTMatcher] Add hasReplacementType matcher for SubstTemplateTypeParmType
ClosedPublic

Authored by malcolm.parsons on Dec 6 2016, 1:45 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

malcolm.parsons retitled this revision from to [ASTMatcher] Add hasReplacementType matcher for SubstTemplateTypeParmType.
malcolm.parsons updated this object.
malcolm.parsons added reviewers: klimek, sbenza, bkramer.
malcolm.parsons added a subscriber: cfe-commits.
klimek added inline comments.Dec 6 2016, 1:51 AM
include/clang/ASTMatchers/ASTMatchers.h
5034 ↗(On Diff #80388)

Thanks for the patch! I think this should use:
AST_TYPE_TRAVERSE_MATCHER
instead.

Use AST_TYPE_TRAVERSE_MATCHER.

rengolin removed a subscriber: rengolin.Dec 7 2016, 9:41 AM
klimek accepted this revision.Dec 8 2016, 3:00 AM
klimek edited edge metadata.

Looks good. Thanks!

This revision is now accepted and ready to land.Dec 8 2016, 3:00 AM
This revision was automatically updated to reflect the committed changes.