summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaInit.cpp
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-02-05 23:12:13 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-02-05 23:12:13 +0000
commitffcc98ac34c2cd6cabf280abe3016104644dbbf0 (patch)
treeeb66de97ddb4ec730030ac0ced697068b816f1c7 /clang/lib/Sema/SemaInit.cpp
parentb3761916fcf1f3651e60e445b35b4a6b8389ce23 (diff)
downloadbcm5719-llvm-ffcc98ac34c2cd6cabf280abe3016104644dbbf0.tar.gz
bcm5719-llvm-ffcc98ac34c2cd6cabf280abe3016104644dbbf0.zip
Fix \param in r228276. [-Wdocumentation]
llvm-svn: 228355
Diffstat (limited to 'clang/lib/Sema/SemaInit.cpp')
-rw-r--r--clang/lib/Sema/SemaInit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaInit.cpp b/clang/lib/Sema/SemaInit.cpp
index bb0a9c11474..911b428fbf8 100644
--- a/clang/lib/Sema/SemaInit.cpp
+++ b/clang/lib/Sema/SemaInit.cpp
@@ -3174,7 +3174,7 @@ ResolveConstructorOverload(Sema &S, SourceLocation DeclLoc,
/// \brief Attempt initialization by constructor (C++ [dcl.init]), which
/// enumerates the constructors of the initialized entity and performs overload
/// resolution to select the best.
-/// \param InitListSyntax Is this list-initialization?
+/// \param IsListInit Is this list-initialization?
/// \param IsInitListCopy Is this non-list-initialization resulting from a
/// list-initialization from {x} where x is the same
/// type as the entity?
OpenPOWER on IntegriCloud