[clang] [Clang] Assert non-null enum definition in CGDebugInfo::CreateTypeDefinition(const EnumType*) (PR #105556)
David Blaikie via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 26 09:39:30 PDT 2024
dwblaikie wrote:
What static analysis tool flagged this? Any idea why this particular null dereference, when LLVM/Clang have loads of assumed-non-null pointers that are dereferenced in a great many places?
https://github.com/llvm/llvm-project/pull/105556
More information about the cfe-commits
mailing list