r221676 - CGOpenMPRuntime.h: Fix a couple of \param(s) introduced in r221663. [-Wdocumentation]
NAKAMURA Takumi
geek4civic at gmail.com
Mon Nov 10 23:58:06 PST 2014
Author: chapuni
Date: Tue Nov 11 01:58:06 2014
New Revision: 221676
URL: http://llvm.org/viewvc/llvm-project?rev=221676&view=rev
Log:
CGOpenMPRuntime.h: Fix a couple of \param(s) introduced in r221663. [-Wdocumentation]
Modified:
cfe/trunk/lib/CodeGen/CGOpenMPRuntime.h
Modified: cfe/trunk/lib/CodeGen/CGOpenMPRuntime.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGOpenMPRuntime.h?rev=221676&r1=221675&r2=221676&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGOpenMPRuntime.h (original)
+++ cfe/trunk/lib/CodeGen/CGOpenMPRuntime.h Tue Nov 11 01:58:06 2014
@@ -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.
More information about the cfe-commits
mailing list