]> granicus.if.org Git - clang/commitdiff
Testing commit access.
authorAnastasia Stulova <anastasia.stulova@arm.com>
Thu, 20 Nov 2014 17:57:27 +0000 (17:57 +0000)
committerAnastasia Stulova <anastasia.stulova@arm.com>
Thu, 20 Nov 2014 17:57:27 +0000 (17:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@222438 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaType.cpp

index 8c2f917cfdb210c377944c46287ad6d2cce1e17f..fcb9c723cb4547898c2fbfd9c75b71f67ae06789 100644 (file)
@@ -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);
     }