[PATCH] D50904: [analyzer][UninitializedObjectChecker] Added documentation to the checker list
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 17 12:10:40 PDT 2018
NoQ accepted this revision.
NoQ added inline comments.
This revision is now accepted and ready to land.
================
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>
----------------
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?
https://reviews.llvm.org/D50904
More information about the cfe-commits
mailing list