From: Simon Pilgrim Date: Fri, 10 May 2019 10:36:37 +0000 (+0000) Subject: Fix Wdocumentation warning. NFCI. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=504cd3a0ee76bf7c02ed453397bb2a41460003cd;p=clang Fix Wdocumentation warning. NFCI. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@360419 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CodeGenModule.h b/lib/CodeGen/CodeGenModule.h index 2f5b736c36..61ce3ab227 100644 --- a/lib/CodeGen/CodeGenModule.h +++ b/lib/CodeGen/CodeGenModule.h @@ -1325,8 +1325,9 @@ public: /// \param FN is a pointer to IR function being generated. /// \param FD is a pointer to function declaration if any. /// \param CGF is a pointer to CodeGenFunction that generates this function. - void GenOpenCLArgMetadata(llvm::Function *Fn, const FunctionDecl *FD=nullptr, - CodeGenFunction *CGF=nullptr); + void GenOpenCLArgMetadata(llvm::Function *FN, + const FunctionDecl *FD = nullptr, + CodeGenFunction *CGF = nullptr); /// Get target specific null pointer. /// \param T is the LLVM type of the null pointer.