diff options
Diffstat (limited to 'include/clang/Serialization/ASTBitCodes.h')
-rw-r--r-- | include/clang/Serialization/ASTBitCodes.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/clang/Serialization/ASTBitCodes.h b/include/clang/Serialization/ASTBitCodes.h index edb61917d4..da27cde29f 100644 --- a/include/clang/Serialization/ASTBitCodes.h +++ b/include/clang/Serialization/ASTBitCodes.h @@ -372,7 +372,11 @@ namespace clang { PP_MACRO_INSTANTIATION = 4, /// \brief Describes a macro definition within the preprocessing record. - PP_MACRO_DEFINITION = 5 + PP_MACRO_DEFINITION = 5, + + /// \brief Describes am inclusion directive within the preprocessing + /// record. + PP_INCLUSION_DIRECTIVE = 6 }; /// \defgroup ASTAST AST file AST constants |