[clang] CGDebugInfo::getOrCreateMethodType - use castAs<> instead of getAs<>...
[clang] CGDebugInfo::getOrCreateMethodType - use castAs<> instead of getAs<> to avoid dereference of nullptr The pointer is always dereferenced, so assert the cast is correct instead of returning nullptr
Loading
Please sign in to comment