From cdcbfba3b6cdf06b75a195022165d9bd6c9df812 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 11 Nov 2014 07:58:06 +0000 Subject: [PATCH] CGOpenMPRuntime.h: Fix a couple of \param(s) introduced in r221663. [-Wdocumentation] llvm-svn: 221676 --- clang/lib/CodeGen/CGOpenMPRuntime.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clang/lib/CodeGen/CGOpenMPRuntime.h b/clang/lib/CodeGen/CGOpenMPRuntime.h index ab26651..033988f 100644 --- a/clang/lib/CodeGen/CGOpenMPRuntime.h +++ b/clang/lib/CodeGen/CGOpenMPRuntime.h @@ -194,7 +194,7 @@ private: /// \brief If the specified mangled name is not in the module, create and /// return threadprivate cache object. This object is a pointer's worth of /// storage that's reserved for use by the OpenMP runtime. - /// \param D Threadprivate variable. + /// \param VD Threadprivate variable. /// \return Cache variable for the specified threadprivate. llvm::Constant *getOrCreateThreadPrivateCache(const VarDecl *VD); @@ -308,7 +308,7 @@ public: /// \brief Returns address of the threadprivate variable for the current /// thread. - /// \param D Threadprivate variable. + /// \param VD Threadprivate variable. /// \param VDAddr Address of the global variable \a VD. /// \param Loc Location of the reference to threadprivate var. /// \return Address of the threadprivate variable for the current thread. -- 2.7.4