mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 06:06:34 +08:00
Revert "[clang] Fixing windows buildbot after D61552"
This reverts commit5d5d2ca69e. has already been fixed byc230eea2f3llvm-svn: 363920
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user