]> granicus.if.org Git - clang/commit
Promote the deserialized PendingInstantiations vector from being a
authorDouglas Gregor <dgregor@apple.com>
Thu, 28 Jul 2011 19:26:52 +0000 (19:26 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 28 Jul 2011 19:26:52 +0000 (19:26 +0000)
commitf2abb52acbba25ad93a1ecdc24d994b9694803a1
tree43209ca92384a9ebc9d3770f0f908cb0c25483cb
parentdfe6543e12eca5c79421378b7fa6b3e8fc403e63
Promote the deserialized PendingInstantiations vector from being a
Module member to being an ASTReader member; we want it to be
centralized for lazy deserialization.

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