Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Clang] Assert non-null enum definition in CGDebugInfo::CreateTypeDef…
…inition(const EnumType*) (llvm#105556) This commit adds an assert to check for a non-null enum definition in CGDebugInfo::CreateTypeDefinition(const EnumType*), ensuring precondition validity. Previous discussion on llvm#97105
- Loading branch information