diff options
Diffstat (limited to 'include/clang/Frontend/PCHBitCodes.h')
-rw-r--r-- | include/clang/Frontend/PCHBitCodes.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/clang/Frontend/PCHBitCodes.h b/include/clang/Frontend/PCHBitCodes.h index fc3fc20d57..92a541ea19 100644 --- a/include/clang/Frontend/PCHBitCodes.h +++ b/include/clang/Frontend/PCHBitCodes.h @@ -399,7 +399,9 @@ namespace clang { /// \brief A ConstantArrayWithExprType record. TYPE_CONSTANT_ARRAY_WITH_EXPR = 24, /// \brief A ConstantArrayWithoutExprType record. - TYPE_CONSTANT_ARRAY_WITHOUT_EXPR = 25 + TYPE_CONSTANT_ARRAY_WITHOUT_EXPR = 25, + /// \brief An ElaboratedType record. + TYPE_ELABORATED = 26 }; /// \brief The type IDs for special types constructed by semantic |