]> granicus.if.org Git - clang/commitdiff
[clang][ASTMatchers] Add definition for cxxDeductionGuideDecl introduced in rL363855
authorKadir Cetinkaya <kadircet@google.com>
Thu, 20 Jun 2019 10:13:58 +0000 (10:13 +0000)
committerKadir Cetinkaya <kadircet@google.com>
Thu, 20 Jun 2019 10:13:58 +0000 (10:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@363917 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ASTMatchers/ASTMatchersInternal.cpp

index a09ae3ad2e4ba351b00f9baea43a3e6de1354796..4ee32fbe94b1a5667be3091f7f28df094e845d08 100644 (file)
@@ -849,6 +849,8 @@ const internal::VariadicDynCastAllOfMatcher<Stmt, OMPExecutableDirective>
     ompExecutableDirective;
 const internal::VariadicDynCastAllOfMatcher<OMPClause, OMPDefaultClause>
     ompDefaultClause;
+const internal::VariadicDynCastAllOfMatcher<Decl, CXXDeductionGuideDecl>
+    cxxDeductionGuideDecl;
 
 } // end namespace ast_matchers
 } // end namespace clang