r195440 - AST/DeclBase.h: Fix \param of Decl::new() in r195426. [-Wdocumentation]

NAKAMURA Takumi geek4civic at gmail.com
Fri Nov 22 02:44:16 PST 2013


Author: chapuni
Date: Fri Nov 22 04:44:16 2013
New Revision: 195440

URL: http://llvm.org/viewvc/llvm-project?rev=195440&view=rev
Log:
AST/DeclBase.h: Fix \param of Decl::new() in r195426. [-Wdocumentation]

Modified:
    cfe/trunk/include/clang/AST/DeclBase.h

Modified: cfe/trunk/include/clang/AST/DeclBase.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/DeclBase.h?rev=195440&r1=195439&r2=195440&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/DeclBase.h (original)
+++ cfe/trunk/include/clang/AST/DeclBase.h Fri Nov 22 04:44:16 2013
@@ -308,7 +308,7 @@ protected:
   /// deserialized from a module file.
   ///
   /// \param Size The size of the allocated object.
-  /// \param Context The context in which we will allocate memory.
+  /// \param Ctx The context in which we will allocate memory.
   /// \param ID The global ID of the deserialized declaration.
   /// \param Extra The amount of extra space to allocate after the object.
   void *operator new(std::size_t Size, const ASTContext &Ctx, unsigned ID,





More information about the cfe-commits mailing list