Initialize flag in DeclInfo.

llvm-svn: 161141
This commit is contained in:
Dmitri Gribenko 2012-08-01 23:21:57 +00:00
parent 527ab21112
commit e6213ddabc
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ void Sema::setDecl(const Decl *D) {
ThisDeclInfo = new (Allocator) DeclInfo;
ThisDeclInfo->ThisDecl = D;
ThisDeclInfo->IsFilled = false;
}
ParagraphComment *Sema::actOnParagraphComment(