diff options
Diffstat (limited to 'include/clang/Frontend/PCHBitCodes.h')
-rw-r--r-- | include/clang/Frontend/PCHBitCodes.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/clang/Frontend/PCHBitCodes.h b/include/clang/Frontend/PCHBitCodes.h index 774a96becb..109a78bd88 100644 --- a/include/clang/Frontend/PCHBitCodes.h +++ b/include/clang/Frontend/PCHBitCodes.h @@ -243,7 +243,10 @@ namespace clang { /// \brief Record code for an update to the TU's lexically contained /// declarations. - TU_UPDATE_LEXICAL = 28 + TU_UPDATE_LEXICAL = 28, + + /// \brief Record code for declarations that Sema keeps references of. + SEMA_DECL_REFS = 29 }; /// \brief Record types used within a source manager block. |