]> granicus.if.org Git - clang/commitdiff
AST/DeclBase.h: Fix \param of Decl::new() in r195426. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 22 Nov 2013 10:44:16 +0000 (10:44 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 22 Nov 2013 10:44:16 +0000 (10:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@195440 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/DeclBase.h

index 8b531fb1e56586fde167788a0aca57ab4cf2741b..e0d4ed16842daa0531e17333eca67496f2592b44 100644 (file)
@@ -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,