This is an archive of the discontinued LLVM Phabricator instance.

[clang][sema][Matrix] Move code from try-cast to `TypeLocVisitor`. NFC intended.
ClosedPublic

Authored by vsapsai on Jan 10 2023, 12:31 PM.

Details

Summary

MatrixTypeLoc is not "sugar" TypeLoc and doesn't require to use the
underlying TypeLoc instead.

Diff Detail

Event Timeline

vsapsai created this revision.Jan 10 2023, 12:31 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 10 2023, 12:32 PM
vsapsai requested review of this revision.Jan 10 2023, 12:32 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 10 2023, 12:32 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
fhahn accepted this revision.Jan 17 2023, 12:56 AM

LGTM ,thanks!

This revision is now accepted and ready to land.Jan 17 2023, 12:56 AM

Thanks for the review, Florian!