r208758 - Sema::FindAllocationFunctions(): Fix \param. [-Wdocumentation]

NAKAMURA Takumi geek4civic at gmail.com
Wed May 14 01:07:57 PDT 2014


Author: chapuni
Date: Wed May 14 03:07:56 2014
New Revision: 208758

URL: http://llvm.org/viewvc/llvm-project?rev=208758&view=rev
Log:
Sema::FindAllocationFunctions(): Fix \param. [-Wdocumentation]

Modified:
    cfe/trunk/lib/Sema/SemaExprCXX.cpp

Modified: cfe/trunk/lib/Sema/SemaExprCXX.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaExprCXX.cpp?rev=208758&r1=208757&r2=208758&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaExprCXX.cpp (original)
+++ cfe/trunk/lib/Sema/SemaExprCXX.cpp Wed May 14 03:07:56 2014
@@ -1834,7 +1834,7 @@ bool Sema::FindAllocationFunctions(Sourc
 /// in the specified scope.
 ///
 /// \param StartLoc The location of the 'new' token.
-/// \param SourceRange The range of the placement arguments.
+/// \param Range The range of the placement arguments.
 /// \param Name The name of the function ('operator new' or 'operator new[]').
 /// \param Args The placement arguments specified.
 /// \param Ctx The scope in which we should search; either a class scope or the





More information about the cfe-commits mailing list