aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/gdbclientutils.py
diff options
context:
space:
mode:
authorflovent <144676429+flovent@users.noreply.github.com>2025-03-23 16:49:37 +0800
committerGitHub <noreply@github.com>2025-03-23 09:49:37 +0100
commit2fe75856865e20633da33f6b526e47367a035152 (patch)
tree60520008704516aa8dab904ede2bfa7f26c6ceb3 /lldb/packages/Python/lldbsuite/test/gdbclientutils.py
parent4a7643400c44db434983c172d2329bf31679e8fa (diff)
downloadllvm-2fe75856865e20633da33f6b526e47367a035152.zip
llvm-2fe75856865e20633da33f6b526e47367a035152.tar.gz
llvm-2fe75856865e20633da33f6b526e47367a035152.tar.bz2
[clang][analyzer] Improve the modeling of insert in MismatchedIteratorChecker (#132596)
Fixes #132010 Associative containers in STL has an unique `insert` overload member function comparing to un-associative containers(https://en.cppreference.com/w/cpp/container/unordered_set/insert): ``` template< class InputIt > void insert( InputIt first, InputIt last ); ``` Add support for this `insert` overload in `MismatchedIteratorChecker`, verify if `first` and `last` belongs to the same container in this case.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/gdbclientutils.py')
0 files changed, 0 insertions, 0 deletions