summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema
diff options
context:
space:
mode:
authorAnastasia Stulova <anastasia.stulova@arm.com>2014-11-20 17:57:27 +0000
committerAnastasia Stulova <anastasia.stulova@arm.com>2014-11-20 17:57:27 +0000
commitd26d85c1f5d4723c6914e26cf0be054e4acc8da0 (patch)
tree4cf1988becb64fae816c7c5499f4dfe2a56296b8 /clang/lib/Sema
parent73feb0c5202e118c7467ae99466bf446239da7b7 (diff)
downloadbcm5719-llvm-d26d85c1f5d4723c6914e26cf0be054e4acc8da0.tar.gz
bcm5719-llvm-d26d85c1f5d4723c6914e26cf0be054e4acc8da0.zip
Testing commit access.
llvm-svn: 222438
Diffstat (limited to 'clang/lib/Sema')
-rw-r--r--clang/lib/Sema/SemaType.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaType.cpp b/clang/lib/Sema/SemaType.cpp
index 8c2f917cfdb..fcb9c723cb4 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);
}
OpenPOWER on IntegriCloud