This is an archive of the discontinued LLVM Phabricator instance.

[Analyzer] Iterator Checkers - Model `size()` method of containers
AbandonedPublic

Authored by baloghadamsoftware on May 31 2019, 2:19 AM.

Details

Reviewers
NoQ
Szelethus
Summary

Modeling of the size() method is essential for more accurate reporting past-the-end iterator access.

Diff Detail