r228355 - Fix \param in r228276. [-Wdocumentation]
NAKAMURA Takumi
geek4civic at gmail.com
Thu Feb 5 15:12:13 PST 2015
Author: chapuni
Date: Thu Feb 5 17:12:13 2015
New Revision: 228355
URL: http://llvm.org/viewvc/llvm-project?rev=228355&view=rev
Log:
Fix \param in r228276. [-Wdocumentation]
Modified:
cfe/trunk/lib/Sema/SemaInit.cpp
Modified: cfe/trunk/lib/Sema/SemaInit.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaInit.cpp?rev=228355&r1=228354&r2=228355&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaInit.cpp (original)
+++ cfe/trunk/lib/Sema/SemaInit.cpp Thu Feb 5 17:12:13 2015
@@ -3174,7 +3174,7 @@ ResolveConstructorOverload(Sema &S, Sour
/// \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?
More information about the cfe-commits
mailing list