[PATCH] D51679: [analyzer][UninitializedObjectChecker] Refactored checker options

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 13 19:09:14 PDT 2018


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





More information about the cfe-commits mailing list