Skip to content

Commit f938d3a

Browse files
committed
Another attempt at the CI.
1 parent 6681cc6 commit f938d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/tools/clang_tidy_checks/robust_against_operator_ampersand.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
// TODO(LLVM-21) Remove dependentScopeDeclRefExpr
2424
// dependentScopeDeclRefExpr requires Clang 20, this uses the same definition as Clang
25-
#if defined(_LIBCPP_CLANG_VER) && _LIBCPP_CLANG_VER < 2000
25+
#if defined(__clang_major__) && __clang_major__ < 20
2626
const clang::ast_matchers::internal::VariadicDynCastAllOfMatcher<clang::Stmt, clang::DependentScopeDeclRefExpr>
2727
clang::ast_matchers::dependentScopeDeclRefExpr;
2828
#endif

0 commit comments

Comments
 (0)