From: Anastasia Stulova Date: Thu, 20 Nov 2014 17:57:27 +0000 (+0000) Subject: Testing commit access. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d26d85c1f5d4723c6914e26cf0be054e4acc8da0;p=platform%2Fupstream%2Fllvm.git Testing commit access. llvm-svn: 222438 --- diff --git a/clang/lib/Sema/SemaType.cpp b/clang/lib/Sema/SemaType.cpp index 8c2f917..fcb9c72 100644 --- a/clang/lib/Sema/SemaType.cpp +++ b/clang/lib/Sema/SemaType.cpp @@ -1035,7 +1035,7 @@ static QualType ConvertDeclSpecToType(TypeProcessingState &state) { LSI->AutoTemplateParams.push_back(CorrespondingTemplateParam); // Replace the 'auto' in the function parameter with this invented // template type parameter. - Result = QualType(CorrespondingTemplateParam->getTypeForDecl(), 0); + Result = QualType(CorrespondingTemplateParam->getTypeForDecl(), 0); } else { Result = Context.getAutoType(QualType(), /*decltype(auto)*/false, false); }