Type.hasVoidInitPointers

Detect if type has pointer fields that are initialized to void. Local stack variables with such void fields can remain uninitialized, leading to pointer bugs.

class Type
bool
hasVoidInitPointers
()

Return Value

Type: bool

true if so

Suggestion Box / Bug Report