xazax.hun added inline comments.
================ Comment at: lib/StaticAnalyzer/Checkers/CtorUninitializedMemberChecker.cpp:35 + + FieldChain Chain; + // If this is a fieldchain whose last element is an uninitialized region of a ---------------- I was wondering, do you need the chain at all? I think a field region might be sufficient. The enclosing object of the field should be accessible by querying the super region of the field region. https://reviews.llvm.org/D45532 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits