From 8a7237e58f387ca5cb51e2425b31078a62a1fe03 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 22 Nov 2013 10:44:16 +0000 Subject: [PATCH] AST/DeclBase.h: Fix \param of Decl::new() in r195426. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@195440 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/AST/DeclBase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/AST/DeclBase.h b/include/clang/AST/DeclBase.h index 8b531fb1e5..e0d4ed1684 100644 --- a/include/clang/AST/DeclBase.h +++ b/include/clang/AST/DeclBase.h @@ -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, -- 2.40.0