diff options
Diffstat (limited to 'lib/AST/Comment.cpp')
-rw-r--r-- | lib/AST/Comment.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/AST/Comment.cpp b/lib/AST/Comment.cpp index de569d5276..8a711f0c1f 100644 --- a/lib/AST/Comment.cpp +++ b/lib/AST/Comment.cpp @@ -251,6 +251,9 @@ void DeclInfo::fill() { TemplateParameters = TAT->getTemplateParameters(); break; } + case Decl::Enum: + Kind = EnumKind; + break; } IsFilled = true; |