]> granicus.if.org Git - clang/commit
Generalize the module offset map to include mapping information for
authorDouglas Gregor <dgregor@apple.com>
Tue, 2 Aug 2011 10:56:51 +0000 (10:56 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 2 Aug 2011 10:56:51 +0000 (10:56 +0000)
commitf33740efdb2d836a96ba97ca3004d46404401439
treec7ce78949afe38027240701b6bca39441c7cf994
parent39997fc2b8d300a85ead0a7d687964c6e63a8110
Generalize the module offset map to include mapping information for
all of the kinds of IDs that can be offset. No effectively
functionality change; this is preparation for adding remapping for
IDs.

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