[clang] CIndex.cpp - use cast<> instead of dyn_cast<> to avoid dereference of nullptr
The pointers are used immediately, so assert the cast is correct instead of returning nullptr
parent
16a91a1c
Please register or sign in to comment
The pointers are used immediately, so assert the cast is correct instead of returning nullptr