[PATCH] D97156: [ASTMatchers] Make Param functors variadic
Nathan James via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Feb 28 17:23:10 PST 2021
njames93 added a comment.
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.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97156/new/
https://reviews.llvm.org/D97156
More information about the cfe-commits
mailing list