summaryrefslogtreecommitdiffstats
path: root/clang/lib/ASTMatchers
diff options
context:
space:
mode:
authorGauthier Harnisch <tyker1@outlook.com>2019-06-20 10:27:14 +0000
committerGauthier Harnisch <tyker1@outlook.com>2019-06-20 10:27:14 +0000
commit5d5d2ca69e2b29b36db1a7dd1993ead7b7d2680f (patch)
treea94c2df27154085016c7b6c4a6aa2779aa6cd064 /clang/lib/ASTMatchers
parent7064a437f85d0ad633120efa4e4f2b5bb6e4e04c (diff)
downloadbcm5719-llvm-5d5d2ca69e2b29b36db1a7dd1993ead7b7d2680f.tar.gz
bcm5719-llvm-5d5d2ca69e2b29b36db1a7dd1993ead7b7d2680f.zip
[clang] Fixing windows buildbot after D61552
Summary: original review : https://reviews.llvm.org/D61552 build bot faillure : http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast/builds/110 this adds a missing definition of cxxDeductionGuideDecl. surprisingly it was still working on linux with out it. Reviewers: aaron.ballman Differential Revision: https://reviews.llvm.org/D63592 llvm-svn: 363919
Diffstat (limited to 'clang/lib/ASTMatchers')
-rw-r--r--clang/lib/ASTMatchers/ASTMatchersInternal.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/ASTMatchers/ASTMatchersInternal.cpp b/clang/lib/ASTMatchers/ASTMatchersInternal.cpp
index 4ee32fbe94b..1ec0d88e318 100644
--- a/clang/lib/ASTMatchers/ASTMatchersInternal.cpp
+++ b/clang/lib/ASTMatchers/ASTMatchersInternal.cpp
@@ -603,6 +603,8 @@ 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>
OpenPOWER on IntegriCloud