]> granicus.if.org Git - clang/commit
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)
commit0aa22b21cedbe2df87891af02b183d5c29263d39
tree420571c5087b4c00e160de1ca29a8675ef1b5b55
parentbc3d85cae2a03d0c2730b819b46d148afd8ebee6
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.

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