]> granicus.if.org Git - clang/commit
Eliminate the first->last redeclaration map from the AST file
authorDouglas Gregor <dgregor@apple.com>
Mon, 19 Dec 2011 21:09:25 +0000 (21:09 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 19 Dec 2011 21:09:25 +0000 (21:09 +0000)
commita126651270acf17c434f60f86a3ab3687f87813a
tree05114b78153f0efc77166a6cb5b45bd0c769c737
parent00852e41261f9860233d3b407fce0506346cdacb
Eliminate the first->last redeclaration map from the AST file
format. It's no longer being used, now that we have a new
implementation of redeclaration chains.

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