diff options
Diffstat (limited to 'lib/AST/CommentSema.cpp')
-rw-r--r-- | lib/AST/CommentSema.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/AST/CommentSema.cpp b/lib/AST/CommentSema.cpp index 3566091655..cedc72a988 100644 --- a/lib/AST/CommentSema.cpp +++ b/lib/AST/CommentSema.cpp @@ -29,6 +29,7 @@ void Sema::setDecl(const Decl *D) { ThisDeclInfo = new (Allocator) DeclInfo; ThisDeclInfo->ThisDecl = D; + ThisDeclInfo->IsFilled = false; } ParagraphComment *Sema::actOnParagraphComment( |