aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Serialization/ASTBitCodes.h
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2011-08-01 16:01:55 +0000
committerDouglas Gregor <dgregor@apple.com>2011-08-01 16:01:55 +0000
commit5d51a1d22d862dfae44eaa098af4e09bbfebae72 (patch)
tree5da248d6369bb5e1c38100f70ec3516eb6a17122 /include/clang/Serialization/ASTBitCodes.h
parent9d9e3dd6ee20ff5bc48d8ef0a2880c3753d87984 (diff)
Rename the AST file's SOURCE_LOCATION_MAP to MODULE_OFFSET_MAP, to indicate the greater role it will soon play in remapping.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136619 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Serialization/ASTBitCodes.h')
-rw-r--r--include/clang/Serialization/ASTBitCodes.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/clang/Serialization/ASTBitCodes.h b/include/clang/Serialization/ASTBitCodes.h
index 908aa4b070..97b4cfc028 100644
--- a/include/clang/Serialization/ASTBitCodes.h
+++ b/include/clang/Serialization/ASTBitCodes.h
@@ -387,8 +387,11 @@ namespace clang {
/// for typo correction.
KNOWN_NAMESPACES = 46,
- /// \brief Record code for the source location remapping information.
- SOURCE_LOCATION_MAP = 47,
+ /// \brief Record code for the remapping information used to relate
+ /// loaded modules to the various offsets and IDs(e.g., source location
+ /// offests, declaration and type IDs) that are used in that module to
+ /// refer to other modules.
+ MODULE_OFFSET_MAP = 47,
/// \brief Record code for the source manager line table information,
/// which stores information about #line directives.