]> granicus.if.org Git - clang/commitdiff
CGOpenMPRuntime.h: Fix a couple of \param(s) introduced in r221663. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 11 Nov 2014 07:58:06 +0000 (07:58 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 11 Nov 2014 07:58:06 +0000 (07:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@221676 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGOpenMPRuntime.h

index ab266510af011e8bfa0518faf49fc21f6a49443d..033988f4886803582bc20255c2042ddd1fc43fd3 100644 (file)
@@ -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.