[all-commits] [llvm/llvm-project] f3590c: [Clang][ASTMatcher] Add a matcher for the name of ...
Amr Hesham via All-commits
all-commits at lists.llvm.org
Sun Jan 5 18:17:27 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f3590c16da9e6bb5c3b22f4593ef794a43dc8b5d
https://github.com/llvm/llvm-project/commit/f3590c16da9e6bb5c3b22f4593ef794a43dc8b5d
Author: Amr Hesham <amr96 at programmer.net>
Date: 2025-01-05 (Sun, 05 Jan 2025)
Changed paths:
M clang/docs/LibASTMatchersReference.html
M clang/docs/ReleaseNotes.rst
M clang/include/clang/ASTMatchers/ASTMatchers.h
M clang/lib/ASTMatchers/Dynamic/Registry.cpp
M clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
Log Message:
-----------
[Clang][ASTMatcher] Add a matcher for the name of a DependentScopeDeclRefExpr (#121656)
Add the `hasDependentName` matcher to match the name of
`DependentScopeDeclRefExpr`
Fixes https://github.com/llvm/llvm-project/issues/121610
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list