aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
diff options
context:
space:
mode:
authorJoao Matos <ripzonetriton@gmail.com>2012-08-31 17:28:09 +0000
committerJoao Matos <ripzonetriton@gmail.com>2012-08-31 17:28:09 +0000
commit0e167f7368fcf4d2527b1ee94a8e02c4c5698581 (patch)
treec35a898332aa303b9e93ed3a1db57cf519829403 /clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
parent318f77749ea2de250b7d83fde38f4b0a452d8ead (diff)
downloadllvm-0e167f7368fcf4d2527b1ee94a8e02c4c5698581.zip
llvm-0e167f7368fcf4d2527b1ee94a8e02c4c5698581.tar.gz
llvm-0e167f7368fcf4d2527b1ee94a8e02c4c5698581.tar.bz2
Fixed invalid iterators. Since the iterator is invalidated after the erase() call, we need to replace it with the new one returned. This was triggering an assert under MSVC 2012 and making all the ARCMT/ tests fail.
llvm-svn: 163007
Diffstat (limited to 'clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions