[PATCH] D54403: Add new API for returning matching matchers
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 12 14:49:05 PST 2018
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM aside from a minor commenting nit.
================
Comment at: include/clang/ASTMatchers/Dynamic/Registry.h:106
+ /// Compute matchers which can be used within a matcher of
+ /// type @p StaticType.
+ static std::vector<MatchingMatcher>
----------------
I think we typically go with \p instead of @p in our doc comments.
Repository:
rC Clang
https://reviews.llvm.org/D54403
More information about the cfe-commits
mailing list