This change adds another export, using TemplateArgumentMatcher = internal::Matcher<TemplateArgument>;, to the collection of exports that put instantiations of the clang::ast_matchers::internal::Matcher into the clang::ast_matchers namespace. This makes it possible to define custom TemplateArgument matchers without reaching into the internal namespace.
Details
Details
- Reviewers
klimek - Group Reviewers
Restricted Project - Commits
- rGf55eeea4024c: Export TemplateArgumentMatcher so clients defining custom matchers don't need…
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Hi klimek, any more action needed on my part to land this? This is my first LLVM change.