This is an archive of the discontinued LLVM Phabricator instance.

[analyzer][UninitializedObjectChecker] Added documentation to the checker list
ClosedPublic

Authored by Szelethus on Aug 17 2018, 8:24 AM.

Diff Detail

Event Timeline

Szelethus created this revision.Aug 17 2018, 8:24 AM
Szelethus updated this revision to Diff 161262.Aug 17 2018, 8:28 AM

Removed a TODO from the checker file.

Szelethus added inline comments.
www/analyzer/alpha_checks.html
334–336

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.

NoQ accepted this revision.Aug 17 2018, 12:10 PM
NoQ added inline comments.
www/analyzer/alpha_checks.html
334–336

The documentation should still reflect the actual state of things, right?

This revision is now accepted and ready to land.Aug 17 2018, 12:10 PM
Szelethus added inline comments.Aug 17 2018, 12:52 PM
www/analyzer/alpha_checks.html
334–336

Yes :)

This revision was automatically updated to reflect the committed changes.