From: Kadir Cetinkaya Date: Thu, 20 Jun 2019 10:13:58 +0000 (+0000) Subject: [clang][ASTMatchers] Add definition for cxxDeductionGuideDecl introduced in rL363855 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d199c14ca8c600a54193ae9d236af5a905bcb251;p=clang [clang][ASTMatchers] Add definition for cxxDeductionGuideDecl introduced in rL363855 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@363917 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/ASTMatchers/ASTMatchersInternal.cpp b/lib/ASTMatchers/ASTMatchersInternal.cpp index a09ae3ad2e..4ee32fbe94 100644 --- a/lib/ASTMatchers/ASTMatchersInternal.cpp +++ b/lib/ASTMatchers/ASTMatchersInternal.cpp @@ -849,6 +849,8 @@ const internal::VariadicDynCastAllOfMatcher ompExecutableDirective; const internal::VariadicDynCastAllOfMatcher ompDefaultClause; +const internal::VariadicDynCastAllOfMatcher + cxxDeductionGuideDecl; } // end namespace ast_matchers } // end namespace clang