diff options
| author | Alp Toker <alp@nuanti.com> | 2013-12-13 21:19:30 +0000 |
|---|---|---|
| committer | Alp Toker <alp@nuanti.com> | 2013-12-13 21:19:30 +0000 |
| commit | 88f64e6aebd9ce824f6dfddc2979321e57a80dda (patch) | |
| tree | 374cee3f60547130096fef78911550511d9f4a48 /clang/lib/Sema/SemaExprCXX.cpp | |
| parent | cbb9034e2a04f116bfd8cd62f69ef717afa10933 (diff) | |
| download | bcm5719-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.cpp | 4 |
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()); |

