Add Matcher dependentSizedExtVectorType for type DependentSizedExtVectorType.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D157237
[clang][ASTMatcher] Add Matcher 'dependentSizedExtVectorType' ClosedPublic Authored by danix800 on Aug 6 2023, 10:12 AM.
Details Summary Add Matcher dependentSizedExtVectorType for type DependentSizedExtVectorType.
Diff Detail
Event TimelineComment Actions
Fixed. Thanks for reminding! This revision is now accepted and ready to land.Aug 7 2023, 5:47 AM Closed by commit rG4cce27d9184e: [clang][ASTMatcher] Add Matcher 'dependentSizedExtVectorType' (authored by dingfei <fding@feysh.com>). · Explain WhyAug 7 2023, 6:51 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 547769 clang/docs/LibASTMatchersReference.html
clang/docs/ReleaseNotes.rst
clang/include/clang/ASTMatchers/ASTMatchers.h
clang/lib/ASTMatchers/ASTMatchersInternal.cpp
clang/lib/ASTMatchers/Dynamic/Registry.cpp
clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
|