diff options
author | Tim Northover <tnorthover@apple.com> | 2014-08-08 17:31:52 +0000 |
---|---|---|
committer | Tim Northover <tnorthover@apple.com> | 2014-08-08 17:31:52 +0000 |
commit | e42fac519134d21ad3e7396da5746d27d3f7caab (patch) | |
tree | e6819ceb2a52bb064b395273d6cd15f6ea03e930 /clang/lib/Sema/SemaExprObjC.cpp | |
parent | 495bc3f5f6a1924dddfeb3c090520175e637af4d (diff) | |
download | bcm5719-llvm-e42fac519134d21ad3e7396da5746d27d3f7caab.tar.gz bcm5719-llvm-e42fac519134d21ad3e7396da5746d27d3f7caab.zip |
AArch64: avoid deleting the current iterator in a loop.
std::map invalidates the iterator to any element that gets deleted, which means
we can't increment it correctly afterwards. This was causing Darwin test
failures.
llvm-svn: 215233
Diffstat (limited to 'clang/lib/Sema/SemaExprObjC.cpp')
0 files changed, 0 insertions, 0 deletions