diff options
Diffstat (limited to 'include/clang/Frontend/PCHBitCodes.h')
-rw-r--r-- | include/clang/Frontend/PCHBitCodes.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/clang/Frontend/PCHBitCodes.h b/include/clang/Frontend/PCHBitCodes.h index c7c201ddd5..31a30b8f4d 100644 --- a/include/clang/Frontend/PCHBitCodes.h +++ b/include/clang/Frontend/PCHBitCodes.h @@ -211,7 +211,11 @@ namespace clang { /// \brief The value of the next __COUNTER__ to dispense. /// [PP_COUNTER_VALUE, Val] - PP_COUNTER_VALUE = 4 + PP_COUNTER_VALUE = 4, + + /// \brief Describes one header file info [isImport, DirInfo, NumIncludes] + /// ControlloingMacro is optional. + PP_HEADER_FILE_INFO = 5 }; /// \defgroup PCHAST Precompiled header AST constants |