[clang] MicrosoftCXXNameMangler::mangleObjCKindOfType - use castAs<> instead...
[clang] MicrosoftCXXNameMangler::mangleObjCKindOfType - use castAs<> instead of getAs<> to avoid dereference of nullptr The pointer is referenced in the mangleType call, so assert the cast is correct instead of returning nullptr
Loading
Please sign in to comment