[PATCH] D50904: [analyzer][UninitializedObjectChecker] Added documentation to the checker list

Umann Kristóf via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 17 12:52:36 PDT 2018


Szelethus added inline comments.


================
Comment at: www/analyzer/alpha_checks.html:334-336
+The checker regards inherited fields as direct fields, so one
+will recieve warnings for uninitialized inherited data members
+as well. <br>
----------------
NoQ wrote:
> Szelethus wrote:
> > This statement has been debated for a while, so I'm all for discussing it, as I feel I've gained a lot more knowledge about this subject since it was last mentioned.
> The documentation should still reflect the //actual// state of things, right?
Yes :)


https://reviews.llvm.org/D50904





More information about the cfe-commits mailing list