[clang] [clang] Add missing support for traversal kind in addMatcher overloads (PR #170953)
Yanzuo Liu via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 5 18:13:50 PST 2025
================
@@ -291,12 +291,47 @@ TEST(DynTypedMatcherTest, ConstructWithTraversalKindSetsTK) {
}
TEST(DynTypedMatcherTest, ConstructWithTraversalKindOverridesNestedTK) {
----------------
zwuis wrote:
Two `withTraversalKind` seemed intended.
https://github.com/llvm/llvm-project/pull/170953
More information about the cfe-commits
mailing list