diff options
Diffstat (limited to 'clang/unittests/ASTMatchers/ASTMatchersInternalTest.cpp')
-rw-r--r-- | clang/unittests/ASTMatchers/ASTMatchersInternalTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/unittests/ASTMatchers/ASTMatchersInternalTest.cpp b/clang/unittests/ASTMatchers/ASTMatchersInternalTest.cpp index dc031256cf4..6015825de14 100644 --- a/clang/unittests/ASTMatchers/ASTMatchersInternalTest.cpp +++ b/clang/unittests/ASTMatchers/ASTMatchersInternalTest.cpp @@ -76,7 +76,7 @@ AST_POLYMORPHIC_MATCHER_P(polymorphicHas, internal::Matcher<Decl>, AMatcher) { return Finder->matchesChildOf( Node, AMatcher, Builder, - ASTMatchFinder::TK_IgnoreImplicitCastsAndParentheses, + ast_type_traits::TraversalKind::TK_IgnoreImplicitCastsAndParentheses, ASTMatchFinder::BK_First); } |