diff options
author | Anna Zaks <ganna@apple.com> | 2013-07-04 02:38:10 +0000 |
---|---|---|
committer | Anna Zaks <ganna@apple.com> | 2013-07-04 02:38:10 +0000 |
commit | a42fb525e43ba27f82d361236d47811b3d1073de (patch) | |
tree | d1f1a5e81052a07d9aec385d187797e087fd4700 /clang/lib/Basic/FileManager.cpp | |
parent | 5673b6567ae881cd22280de94a958b45a9bbeffb (diff) | |
download | llvm-a42fb525e43ba27f82d361236d47811b3d1073de.zip llvm-a42fb525e43ba27f82d361236d47811b3d1073de.tar.gz llvm-a42fb525e43ba27f82d361236d47811b3d1073de.tar.bz2 |
[analyzer] Suppress reports reported in std::list
The motivation is to suppresses false use-after-free reports that occur when calling
std::list::pop_front() or std::list::pop_back() twice. The analyzer does not
reason about the internal invariants of the list implementation, so just do not report
any of warnings in std::list.
Fixes radar://14317928.
llvm-svn: 185609
Diffstat (limited to 'clang/lib/Basic/FileManager.cpp')
0 files changed, 0 insertions, 0 deletions