Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This was part of an early attempt to implement mapAnyOf. It's not needed, but it seems like a better idea to have one variadic class than multiple Param1/2 classes.
Comment Actions
This change is going to break the dump_ast_matchers script. So that will need updating to ensure everything is all correct.
Comment Actions
Is it not nicer to name the class PolymorphicMatcher and do away with WithParamN, It may require partial specialization for the empty parameters case.
But I think it would be worth it.
Comment Actions
LGTM, assuming none of the later changes have effected the documentation script.
Oh neat, I wasn't sure if the empty tuple would cause some issues.