This is an archive of the discontinued LLVM Phabricator instance.

Remove TypedMatcherOps from VariantValue
ClosedPublic

Authored by steveire on Jan 17 2021, 10:07 AM.

Details

Summary

It provides no features or advantage over ASTNodeKind-based handling.

Diff Detail

Event Timeline

steveire requested review of this revision.Jan 17 2021, 10:07 AM
steveire created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJan 17 2021, 10:07 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
aaron.ballman accepted this revision.Jan 19 2021, 6:23 AM

I did some digging to see why this was added in the first place and it came with the original commit of AST matchers. Thank you for the cleanup, LGTM!

This revision is now accepted and ready to land.Jan 19 2021, 6:23 AM
This revision was automatically updated to reflect the committed changes.