From: NAKAMURA Takumi Date: Tue, 11 Nov 2014 07:58:06 +0000 (+0000) Subject: CGOpenMPRuntime.h: Fix a couple of \param(s) introduced in r221663. [-Wdocumentation] X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=109623a261cc114e29ccd643edfe10cdc9832608;p=clang CGOpenMPRuntime.h: Fix a couple of \param(s) introduced in r221663. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@221676 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGOpenMPRuntime.h b/lib/CodeGen/CGOpenMPRuntime.h index ab266510af..033988f488 100644 --- a/lib/CodeGen/CGOpenMPRuntime.h +++ b/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.