[PATCH] D49438: [analyzer][UninitializedObjectChecker] New flag to turn off dereferencing

George Karpenkov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 2 14:25:56 PDT 2018


george.karpenkov requested changes to this revision.
george.karpenkov added a comment.
This revision now requires changes to proceed.

Great! The comment should be updated though.



================
Comment at: lib/StaticAnalyzer/Checkers/UninitializedObjectChecker.cpp:32
+//  `-analyzer-config \
+//         alpha.cplusplus.UninitializedObject:CheckPointeeInitialization=true`.
+//
----------------
The comment is outdated and "true" should be switched to "false", right?


https://reviews.llvm.org/D49438





More information about the cfe-commits mailing list