diff --git a/clang/lib/AST/CommentSema.cpp b/clang/lib/AST/CommentSema.cpp index 356609165509..cedc72a988c6 100644 --- a/clang/lib/AST/CommentSema.cpp +++ b/clang/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(