diff options
author | Adam Balogh <adam.balogh@ericsson.com> | 2018-09-10 09:06:31 +0000 |
---|---|---|
committer | Adam Balogh <adam.balogh@ericsson.com> | 2018-09-10 09:06:31 +0000 |
commit | 9a48ba6b4aa3d2e94466648a0adf9305571ade60 (patch) | |
tree | af5ff0e72e42706a2f060dcee17065de1fefba14 /llvm/lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp | |
parent | 3659f7a8a98393cefa14e4f8b467f7258dcf9aed (diff) | |
download | llvm-9a48ba6b4aa3d2e94466648a0adf9305571ade60.zip llvm-9a48ba6b4aa3d2e94466648a0adf9305571ade60.tar.gz llvm-9a48ba6b4aa3d2e94466648a0adf9305571ade60.tar.bz2 |
[Analyzer] Iterator Checker - Part 7: Support for push and pop operations
This patch adds support for the following operations in the iterator checkers: push_back, push_front, emplace_back, emplace_front, pop_back and pop_front. This affects iterator range checks (range is extended after push and emplace and reduced after pop operations) and invalidation checks (according to the standard).
Differential Revision: https://reviews.llvm.org/D32902
llvm-svn: 341793
Diffstat (limited to 'llvm/lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions