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