diff options
Diffstat (limited to 'clang/lib/Sema/SemaDecl.cpp')
| -rw-r--r-- | clang/lib/Sema/SemaDecl.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/clang/lib/Sema/SemaDecl.cpp b/clang/lib/Sema/SemaDecl.cpp index 4c36b09af80..c83c4def467 100644 --- a/clang/lib/Sema/SemaDecl.cpp +++ b/clang/lib/Sema/SemaDecl.cpp @@ -1820,7 +1820,7 @@ ScopedDecl *Sema::ImplicitlyDefineFunction(SourceLocation Loc,    Error = Error; // Silence warning.    assert(!Error && "Error setting up implicit decl!");    Declarator D(DS, Declarator::BlockContext); -  D.AddTypeInfo(DeclaratorChunk::getFunction(false, false, 0, 0, Loc)); +  D.AddTypeInfo(DeclaratorChunk::getFunction(false, false, 0, 0, 0, Loc));    D.SetIdentifier(&II, Loc);    // Insert this function into translation-unit scope. | 

