[all-commits] [llvm/llvm-project] 4d6ca1: [AstMatcher]`templateArgumentCountIs` support `Fun...
Congcong Cai via All-commits
all-commits at lists.llvm.org
Tue Mar 11 15:08:31 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4d6ca116221a0f49232999c60a986ede987f7b46
https://github.com/llvm/llvm-project/commit/4d6ca116221a0f49232999c60a986ede987f7b46
Author: Congcong Cai <congcongcai0907 at 163.com>
Date: 2025-03-12 (Wed, 12 Mar 2025)
Changed paths:
M clang/docs/LibASTMatchersReference.html
M clang/docs/ReleaseNotes.rst
M clang/include/clang/ASTMatchers/ASTMatchers.h
M clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
Log Message:
-----------
[AstMatcher]`templateArgumentCountIs` support `FunctionDecl` (#130416)
`hasTemplateArgument` and `templateArgumentCountIs` are always used together. It is more convenient to make then support `FunctionDecl`.
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