summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExprCXX.cpp
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2013-12-13 21:19:30 +0000
committerAlp Toker <alp@nuanti.com>2013-12-13 21:19:30 +0000
commit88f64e6aebd9ce824f6dfddc2979321e57a80dda (patch)
tree374cee3f60547130096fef78911550511d9f4a48 /clang/lib/Sema/SemaExprCXX.cpp
parentcbb9034e2a04f116bfd8cd62f69ef717afa10933 (diff)
downloadbcm5719-llvm-88f64e6aebd9ce824f6dfddc2979321e57a80dda.tar.gz
bcm5719-llvm-88f64e6aebd9ce824f6dfddc2979321e57a80dda.zip
Remove an unused parameter and include after r197273
llvm-svn: 197274
Diffstat (limited to 'clang/lib/Sema/SemaExprCXX.cpp')
-rw-r--r--clang/lib/Sema/SemaExprCXX.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/Sema/SemaExprCXX.cpp b/clang/lib/Sema/SemaExprCXX.cpp
index ef89490c43b..a0c123fdaac 100644
--- a/clang/lib/Sema/SemaExprCXX.cpp
+++ b/clang/lib/Sema/SemaExprCXX.cpp
@@ -3734,8 +3734,8 @@ ExprResult Sema::BuildTypeTrait(TypeTrait Kind, SourceLocation KWLoc,
RParenLoc, Result);
}
-ExprResult Sema::ActOnTypeTrait(TypeTrait Kind, unsigned Arity,
- SourceLocation KWLoc, ArrayRef<ParsedType> Args,
+ExprResult Sema::ActOnTypeTrait(TypeTrait Kind, SourceLocation KWLoc,
+ ArrayRef<ParsedType> Args,
SourceLocation RParenLoc) {
SmallVector<TypeSourceInfo *, 4> ConvertedArgs;
ConvertedArgs.reserve(Args.size());
OpenPOWER on IntegriCloud