From: Nico Weber Date: Wed, 6 Jan 2016 19:13:49 +0000 (+0000) Subject: Fix -Wdocumentation warning after r256933 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ec276438a9f8358459a5c1f1410235042243b961;p=clang Fix -Wdocumentation warning after r256933 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@256960 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGOpenMPRuntime.h b/lib/CodeGen/CGOpenMPRuntime.h index 6b04fbeb09..a51c5baf8b 100644 --- a/lib/CodeGen/CGOpenMPRuntime.h +++ b/lib/CodeGen/CGOpenMPRuntime.h @@ -955,7 +955,7 @@ public: /// \brief Emit the target regions enclosed in \a GD function definition or /// the function itself in case it is a valid device function. Returns true if /// \a GD was dealt with successfully. - /// \param FD Function to scan. + /// \param GD Function to scan. virtual bool emitTargetFunctions(GlobalDecl GD); /// \brief Emit the global variable if it is a valid device global variable.