I am looking for an easy way to find uninitialized class member variables.
Finding them in either runtime or compile time is OK.
Currently
cppcheck will find this, e.g.:
cppcheck my_src_dir --output-file=check.txt --inconclusive --enable=warning