Do not attempt to get the pointee of void* while generating a bug report
(otherwise it will trigger an assert inside RegionStoreManager::getBinding
assert(!T->isVoidType() && "Attempting to dereference a void pointer!")).
(the call stack:
(anonymous namespace)::RegionStoreManager::getBinding clang::ento::ProgramState::getSVal clang::ento::StackHintGeneratorForSymbol::getMessage clang::ento::PathDiagnosticEventPiece::getCallStackMessage ....
)
Test plan: make check-all