[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 09:00:14 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>
----------------
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.


https://reviews.llvm.org/D50904





More information about the cfe-commits mailing list