NoQ accepted this revision. NoQ added inline comments. This revision is now accepted and ready to land.
================ Comment at: lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObject.h:61-63 + bool IsPedantic; + bool ShouldConvertNotesToWarnings; + bool CheckPointeeInitialization; ---------------- `... = false;`, just to initialize fields in the constructor :] Repository: rC Clang https://reviews.llvm.org/D51679 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits