Files
clang-p2996/llvm/lib/Transforms/Utils/Debugify.cpp
Simon Pilgrim 1a943923b8 [Utils] stripDebugifyMetadata - use cast<> instead of dyn_cast_or_null<> to avoid dereference of nullptr
The pointer is dereferenced immediately, so assert the cast is correct instead of returning nullptr
2022-03-25 10:25:04 +00:00

38 KiB