diff options
Diffstat (limited to 'include/clang/AST/Comment.h')
-rw-r--r-- | include/clang/AST/Comment.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/clang/AST/Comment.h b/include/clang/AST/Comment.h index 43d14ec238..01aaac3f77 100644 --- a/include/clang/AST/Comment.h +++ b/include/clang/AST/Comment.h @@ -962,7 +962,10 @@ struct DeclInfo { /// A C++ typedef-name (a 'typedef' decl specifier or alias-declaration), /// see \c TypedefNameDecl. - TypedefKind + TypedefKind, + + /// An enumeration or scoped enumeration. + EnumKind }; /// What kind of template specialization \c ThisDecl is. |