This is an archive of the discontinued LLVM Phabricator instance.

WIP: Add a way to define matcher builders in the dynamic registry
AbandonedPublic

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

Details

Reviewers
aaron.ballman

Diff Detail

Event Timeline

steveire requested review of this revision.Jan 17 2021, 10:13 AM
steveire created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJan 17 2021, 10:13 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript

This is WIP because there is still some error handling and code completion handling to do. Pushed the patch though to complete the series : https://github.com/steveire/llvm-project/commits/mapAnyOf

steveire abandoned this revision.Jan 26 2021, 4:21 PM

The split here is artificial. This can't be tested without the changes adding mapAnyOf support.