summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.h
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2019-05-10 10:36:37 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2019-05-10 10:36:37 +0000
commitba8f9123cdfcc25cf2b77b31f6e2e4fbc140662b (patch)
tree7e36103f96b27bf99a655d33904104a86bfb707f /clang/lib/CodeGen/CodeGenModule.h
parent3c28a2dc6bdc331e5a0d8097a5fa59d06682b9d0 (diff)
downloadbcm5719-llvm-ba8f9123cdfcc25cf2b77b31f6e2e4fbc140662b.tar.gz
bcm5719-llvm-ba8f9123cdfcc25cf2b77b31f6e2e4fbc140662b.zip
Fix Wdocumentation warning. NFCI.
llvm-svn: 360419
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
-rw-r--r--clang/lib/CodeGen/CodeGenModule.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h
index 2f5b736c36a..61ce3ab2275 100644
--- a/clang/lib/CodeGen/CodeGenModule.h
+++ b/clang/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.
OpenPOWER on IntegriCloud