This patch uses castAs instead of getAs which will assert if the type doesn't match in clang::Type::getSveEltType(clang::ASTContext const &)
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D151525
[NFC][CLANG] Fix nullptr dereference issue in Type::getSveEltType() Manna on May 25 2023, 6:48 PM. Authored by
Details This patch uses castAs instead of getAs which will assert if the type doesn't match in clang::Type::getSveEltType(clang::ASTContext const &)
Diff Detail
|