]> granicus.if.org Git - clang/commitdiff
Revert "[clang] Fixing windows buildbot after D61552"
authorGauthier Harnisch <tyker1@outlook.com>
Thu, 20 Jun 2019 10:34:02 +0000 (10:34 +0000)
committerGauthier Harnisch <tyker1@outlook.com>
Thu, 20 Jun 2019 10:34:02 +0000 (10:34 +0000)
This reverts commit 5d5d2ca69e2b29b36db1a7dd1993ead7b7d2680f.

has already been fixed by c230eea2f349533468e14672eee94c2016476784

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@363920 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ASTMatchers/ASTMatchersInternal.cpp

index 1ec0d88e318890d0c7ca79b6f255f186e47e8e9b..4ee32fbe94b1a5667be3091f7f28df094e845d08 100644 (file)
@@ -603,8 +603,6 @@ const internal::VariadicDynCastAllOfMatcher<Decl, EnumConstantDecl>
 const internal::VariadicDynCastAllOfMatcher<Decl, CXXMethodDecl> cxxMethodDecl;
 const internal::VariadicDynCastAllOfMatcher<Decl, CXXConversionDecl>
     cxxConversionDecl;
-const internal::VariadicDynCastAllOfMatcher<Decl, CXXDeductionGuideDecl>
-    cxxDeductionGuideDecl;
 const internal::VariadicDynCastAllOfMatcher<Decl, VarDecl> varDecl;
 const internal::VariadicDynCastAllOfMatcher<Decl, FieldDecl> fieldDecl;
 const internal::VariadicDynCastAllOfMatcher<Decl, IndirectFieldDecl>