]> granicus.if.org Git - clang/commit
updateOutOfDateIdentifier() can cause the identifier table to be
authorDouglas Gregor <dgregor@apple.com>
Mon, 7 Jan 2013 16:56:53 +0000 (16:56 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 7 Jan 2013 16:56:53 +0000 (16:56 +0000)
commit589dae7d52043af6085967fae0c31d32365de229
treefabd5d233cf3d2f6786e995815009b3b2eaac2df
parent7a83421776416d6a9044fb03b5b02208b47646c1
updateOutOfDateIdentifier() can cause the identifier table to be
rehashed, invaliding the iterator walking through the identifier
table. Separate out the identification of out-of-date identifiers from
updating them.

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