r222438 - Testing commit access.

Anastasia Stulova anastasia.stulova at arm.com
Thu Nov 20 09:57:27 PST 2014


Author: stulova
Date: Thu Nov 20 11:57:27 2014
New Revision: 222438

URL: http://llvm.org/viewvc/llvm-project?rev=222438&view=rev
Log:
Testing commit access.

Modified:
    cfe/trunk/lib/Sema/SemaType.cpp

Modified: cfe/trunk/lib/Sema/SemaType.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaType.cpp?rev=222438&r1=222437&r2=222438&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaType.cpp (original)
+++ cfe/trunk/lib/Sema/SemaType.cpp Thu Nov 20 11:57:27 2014
@@ -1035,7 +1035,7 @@ static QualType ConvertDeclSpecToType(Ty
       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);
     }





More information about the cfe-commits mailing list