[PATCH] D62724: [Analyzer] Iterator Checkers - Model `size()` method of containers

Balogh, Ádám via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 31 02:21:02 PDT 2019


baloghadamsoftware created this revision.
baloghadamsoftware added reviewers: NoQ, Szelethus.
baloghadamsoftware added a project: clang.
Herald added subscribers: Charusso, gamesh411, donat.nagy, mikhail.ramalho, a.sidorin, rnkovacs, szepet, xazax.hun, whisperity.

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


Repository:
  rC Clang

https://reviews.llvm.org/D62724

Files:
  lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
  test/Analysis/iterator-range.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62724.202399.patch
Type: text/x-patch
Size: 8972 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190531/1807128b/attachment-0001.bin>


More information about the cfe-commits mailing list