MatrixTypeLoc is not "sugar" TypeLoc and doesn't require to use the
underlying TypeLoc instead.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D141422
[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
Diff Detail
Event Timelinevsapsai added a child revision: D141424: [clang][Sema] Fix uninitialized `SourceLocation` for types with multiple attributes and macros..Jan 10 2023, 12:59 PM Comment ActionsDoing this minor clean-up for D141424. This revision is now accepted and ready to land.Jan 17 2023, 12:56 AM Closed by commit rG574a77ae8545: [clang][sema][Matrix] Move code from try-cast to `TypeLocVisitor`. NFC intended. (authored by vsapsai). · Explain WhyJan 17 2023, 1:34 PM This revision was automatically updated to reflect the committed changes.
Diff 489932 clang/lib/Sema/SemaType.cpp
|