[all-commits] [llvm/llvm-project] 4cce27: [clang][ASTMatcher] Add Matcher 'dependentSizedExt...
Ding Fei via All-commits
all-commits at lists.llvm.org
Mon Aug 7 06:51:04 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4cce27d9184ed5a71e296c8a18a603ec3e23b06d
https://github.com/llvm/llvm-project/commit/4cce27d9184ed5a71e296c8a18a603ec3e23b06d
Author: dingfei <fding at feysh.com>
Date: 2023-08-07 (Mon, 07 Aug 2023)
Changed paths:
M clang/docs/LibASTMatchersReference.html
M clang/docs/ReleaseNotes.rst
M clang/include/clang/ASTMatchers/ASTMatchers.h
M clang/lib/ASTMatchers/ASTMatchersInternal.cpp
M clang/lib/ASTMatchers/Dynamic/Registry.cpp
M clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
Log Message:
-----------
[clang][ASTMatcher] Add Matcher 'dependentSizedExtVectorType'
Add Matcher dependentSizedExtVectorType for DependentSizedExtVectorType.
Reviewed By: aaron.ballman
Differential Revision: https://reviews.llvm.org/D157237
More information about the All-commits
mailing list