[PATCH] D73869: [clang][AST] Add an AST matcher for deducedTemplateSpeializationType.
Dmitri Gribenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 3 02:45:43 PST 2020
gribozavr2 accepted this revision.
gribozavr2 added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang/include/clang/ASTMatchers/ASTMatchers.h:6043
+/// \endcode
+/// \c deducedTemplateSpecializationType() matches the type in \c c.
+extern const AstTypeMatcher<DeducedTemplateSpecializationType>
----------------
"in the declaration of the variable \c c"
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73869/new/
https://reviews.llvm.org/D73869
More information about the cfe-commits
mailing list