summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDecl.cpp
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2014-04-07 15:16:58 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2014-04-07 15:16:58 +0000
commit151b8a38673d42ed533c2e06051a86943d883b9e (patch)
treea5825ed2e5759e0f2887e13ab35fea5a76657b4d /clang/lib/Sema/SemaDecl.cpp
parente570ede5d1f88e95003ecde3b528c139123faacb (diff)
downloadbcm5719-llvm-151b8a38673d42ed533c2e06051a86943d883b9e.tar.gz
bcm5719-llvm-151b8a38673d42ed533c2e06051a86943d883b9e.zip
Fix clang-tidy warning (argument comments don't match parameter names).
llvm-svn: 205715
Diffstat (limited to 'clang/lib/Sema/SemaDecl.cpp')
-rw-r--r--clang/lib/Sema/SemaDecl.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/lib/Sema/SemaDecl.cpp b/clang/lib/Sema/SemaDecl.cpp
index 43d855c0cb9..6a013a71381 100644
--- a/clang/lib/Sema/SemaDecl.cpp
+++ b/clang/lib/Sema/SemaDecl.cpp
@@ -10088,9 +10088,9 @@ NamedDecl *Sema::ImplicitlyDefineFunction(SourceLocation Loc,
Declarator D(DS, Declarator::BlockContext);
D.AddTypeInfo(DeclaratorChunk::getFunction(/*HasProto=*/false,
/*IsAmbiguous=*/false,
- /*RParenLoc=*/NoLoc,
- /*ArgInfo=*/0,
- /*NumArgs=*/0,
+ /*LParenLoc=*/NoLoc,
+ /*Params=*/0,
+ /*NumParams=*/0,
/*EllipsisLoc=*/NoLoc,
/*RParenLoc=*/NoLoc,
/*TypeQuals=*/0,
OpenPOWER on IntegriCloud