]> granicus.if.org Git - clang/commit
Remove ASTReader's PendingForwardRefs, which is now handled by the
authorDouglas Gregor <dgregor@apple.com>
Mon, 19 Dec 2011 20:51:16 +0000 (20:51 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 19 Dec 2011 20:51:16 +0000 (20:51 +0000)
commit21cf08b7e0c03266f37f436c2afd8521c643b31a
treeb5227a85e581b7b6472a791395b38138b87adb87
parentaad21d74aaf74bfbd3f8356ab0fea2c1f759efea
Remove ASTReader's PendingForwardRefs, which is now handled by the
(more general) fix-up of definition data pointers.

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