Files
clang-p2996/llvm/tools/llvm-rc/ResourceFileWriter.cpp
Simon Pilgrim 9031e5113c [llvm-rc] Use cast<> instead of dyn_cast<> to avoid dereference of nullptr
The pointer is dereferenced immediately, so assert the cast is correct instead of returning nullptr
2022-02-02 15:36:01 +00:00

52 KiB