diff options
Diffstat (limited to 'lib/AST/Comment.cpp')
-rw-r--r-- | lib/AST/Comment.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/AST/Comment.cpp b/lib/AST/Comment.cpp index 96b09d0e38..de569d5276 100644 --- a/lib/AST/Comment.cpp +++ b/lib/AST/Comment.cpp @@ -232,6 +232,7 @@ void DeclInfo::fill() { break; case Decl::Var: case Decl::Field: + case Decl::EnumConstant: case Decl::ObjCIvar: case Decl::ObjCAtDefsField: Kind = VariableKind; |