[all-commits] [llvm/llvm-project] 574a77: [clang][sema][Matrix] Move code from try-cast to `...
Volodymyr Sapsai via All-commits
all-commits at lists.llvm.org
Tue Jan 17 13:34:06 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 574a77ae85451adc5e2dd9e73652c62bf18eed8d
https://github.com/llvm/llvm-project/commit/574a77ae85451adc5e2dd9e73652c62bf18eed8d
Author: Volodymyr Sapsai <vsapsai at apple.com>
Date: 2023-01-17 (Tue, 17 Jan 2023)
Changed paths:
M clang/lib/Sema/SemaType.cpp
Log Message:
-----------
[clang][sema][Matrix] Move code from try-cast to `TypeLocVisitor`. NFC intended.
`MatrixTypeLoc` is not "sugar" `TypeLoc` and doesn't require to use the
underlying `TypeLoc` instead.
Differential Revision: https://reviews.llvm.org/D141422
More information about the All-commits
mailing list