aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Serialization/ASTBitCodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Serialization/ASTBitCodes.h')
-rw-r--r--include/clang/Serialization/ASTBitCodes.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/clang/Serialization/ASTBitCodes.h b/include/clang/Serialization/ASTBitCodes.h
index 3cfafd192e..88e0650c04 100644
--- a/include/clang/Serialization/ASTBitCodes.h
+++ b/include/clang/Serialization/ASTBitCodes.h
@@ -512,7 +512,10 @@ namespace clang {
/// \brief Specifies a header that falls into this (sub)module.
SUBMODULE_HEADER = 2,
/// \brief Metadata for submodules as a whole.
- SUBMODULE_METADATA = 3
+ SUBMODULE_METADATA = 3,
+ /// \brief Specifies the submodules that are re-exported from this
+ /// submodule.
+ SUBMODULE_EXPORTS = 4
};
/// \defgroup ASTAST AST file AST constants