Skip to content

Commit

Permalink
[Analyzer] Iterator Checker - Part 8: Support for assign, clear, inse…
Browse files Browse the repository at this point in the history
…rt, emplace and erase operations

This patch adds support for the following operations in the iterator checkers: assign, clear, insert, insert_after, emplace, emplace_after, erase and erase_after. This affects mismatched iterator checks ("this" and parameter must match) and invalidation checks (according to the standard).

Differential Revision: https://reviews.llvm.org/D32904

llvm-svn: 341794
  • Loading branch information
Adam Balogh committed Sep 10, 2018
1 parent 9a48ba6 commit 2e7cb34
Show file tree
Hide file tree
Showing 4 changed files with 616 additions and 3 deletions.

0 comments on commit 2e7cb34

Please sign in to comment.