PR21323: Fix iterator invalidation issue when looking for redeclarations of a
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 21 Nov 2014 05:16:13 +0000 (05:16 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 21 Nov 2014 05:16:13 +0000 (05:16 +0000)
commite06124799b20ea006d7c32973c86f961f0dc396f
tree5e0cdf7dae83ce82ebfffb7fcb0b30d685ece1c8
parent945d7f58bde660b2523945962ec98aa258137d6f
PR21323: Fix iterator invalidation issue when looking for redeclarations of a
special member function.

No test yet: the only testcases we have for this issue are extremely complex.
Testcase will be added once I get a reasonable reduction.

llvm-svn: 222506
clang/lib/Serialization/ASTReader.cpp