diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-11-11 07:58:06 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-11-11 07:58:06 +0000 |
| commit | cdcbfba3b6cdf06b75a195022165d9bd6c9df812 (patch) | |
| tree | a07d59656f14cd874914e757a3667bd14dbf82e5 /clang/lib/CodeGen | |
| parent | 51078115c08e5b3c9a4d8e2ef01c25f190c066e5 (diff) | |
| download | bcm5719-llvm-cdcbfba3b6cdf06b75a195022165d9bd6c9df812.tar.gz bcm5719-llvm-cdcbfba3b6cdf06b75a195022165d9bd6c9df812.zip | |
CGOpenMPRuntime.h: Fix a couple of \param(s) introduced in r221663. [-Wdocumentation]
llvm-svn: 221676
Diffstat (limited to 'clang/lib/CodeGen')
| -rw-r--r-- | clang/lib/CodeGen/CGOpenMPRuntime.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CGOpenMPRuntime.h b/clang/lib/CodeGen/CGOpenMPRuntime.h index ab266510af0..033988f4886 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. |

