I am looking for an easy way to find uninitialized class member variables.
Finding them in either runtime or compile time is OK.
Currently
Clang with clang-analyze is able to do this. It will event create a nice HTML report that indicates when the unused variable is accessed.