Go to file
Adam Balogh 6b23b1a74f [Analyzer] Iterator Checker - Part 5: Move Assignment of Containers
If a container is moved by its move assignment operator, according to the standard all their iterators except the past-end iterators remain valid but refer to the new container. This patch introduces support for this case in the iterator checkers.

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

llvm-svn: 341791
2018-09-10 09:04:27 +00:00
clang [Analyzer] Iterator Checker - Part 5: Move Assignment of Containers 2018-09-10 09:04:27 +00:00
clang-tools-extra ReleaseNotes: update links to use https 2018-09-10 08:52:04 +00:00
compiler-rt
debuginfo-tests
libclc
libcxx ReleaseNotes: update links to use https 2018-09-10 08:57:12 +00:00
libcxxabi
libunwind
lld ReleaseNotes: update links to use https 2018-09-10 08:52:31 +00:00
lldb [PDB] Restore AST from PDB symbols 2018-09-10 08:08:43 +00:00
llgo
llvm ReleaseNotes: update links to use https 2018-09-10 08:50:31 +00:00
openmp
parallel-libs
polly
README.md

README.md

Low Level Virtual Machine (LLVM)

This directory and its subdirectories contain source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and runtime environments.