]> granicus.if.org Git - clang/commit
Switch to an idiomatic C++ erase/remove for this loop, and fix a bug in the
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 6 Mar 2014 00:33:23 +0000 (00:33 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 6 Mar 2014 00:33:23 +0000 (00:33 +0000)
commit8762737b6a4e12a600066fbde654aa9f05cd2048
tree1fecd1cfabdd0a716d8517bcec2f4b2bbbed859e
parentc4755239d4e7d5258a532a00dfaa7d7074d66716
Switch to an idiomatic C++ erase/remove for this loop, and fix a bug in the
process (I don't believe it's possible to write a testcase for the bug with
a non-checking STL implementation).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203042 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Serialization/ASTReader.cpp