aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Parse/DeclSpec.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Parse/DeclSpec.h')
-rw-r--r--include/clang/Parse/DeclSpec.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/clang/Parse/DeclSpec.h b/include/clang/Parse/DeclSpec.h
index 4de4628950..4bd6204b04 100644
--- a/include/clang/Parse/DeclSpec.h
+++ b/include/clang/Parse/DeclSpec.h
@@ -73,6 +73,7 @@ public:
TST_enum,
TST_union,
TST_struct,
+ TST_class, // C++ class type
TST_typedef,
TST_typeofType,
TST_typeofExpr
@@ -106,7 +107,7 @@ private:
/*TSW*/unsigned TypeSpecWidth : 2;
/*TSC*/unsigned TypeSpecComplex : 2;
/*TSS*/unsigned TypeSpecSign : 2;
- /*TST*/unsigned TypeSpecType : 4;
+ /*TST*/unsigned TypeSpecType : 5;
// type-qualifiers
unsigned TypeQualifiers : 3; // Bitwise OR of TQ.