]> granicus.if.org Git - clang/commit
In the ASTReader, replace the continuous range maps whose value types
authorDouglas Gregor <dgregor@apple.com>
Fri, 29 Jul 2011 00:56:45 +0000 (00:56 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 29 Jul 2011 00:56:45 +0000 (00:56 +0000)
commit9827a8049a793f23c62ade8f24f0c66c2dbf6741
treeef3066d41031fd9989a1bf34e0e2303bfea0ce45
parent93f1322684e928a559286ba1c7cb83af077aa658
In the ASTReader, replace the continuous range maps whose value types
were (Module*, Offset) with equivalent maps whose value type is just a
Module*. The offsets have moved into corresponding "Base" fields
within the Module itself, where they will also be helpful for
local->global translation (eventually).

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