This is an archive of the discontinued LLVM Phabricator instance.

[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 Timeline

danix800 created this revision.Aug 6 2023, 10:12 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 6 2023, 10:12 AM
danix800 requested review of this revision.Aug 6 2023, 10:12 AM

Matcher registration is missing, verify if it's visible in clang-query.

danix800 updated this revision to Diff 547614.Aug 6 2023, 5:07 PM

Add missing Matcher registration.

Matcher registration is missing, verify if it's visible in clang-query.

Fixed. Thanks for reminding!

This revision is now accepted and ready to land.Aug 7 2023, 5:47 AM