diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-11-23 23:38:13 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-11-23 23:38:13 +0000 |
commit | 8965799aa34a702ae26928b39e9e61a2a65f3a6b (patch) | |
tree | ec1b83a21d1ca52557cca1e2f01a4e1250b54c1d /clang | |
parent | ae88ac200d2118ae543adbb1640f7c7471230156 (diff) | |
download | bcm5719-llvm-8965799aa34a702ae26928b39e9e61a2a65f3a6b.tar.gz bcm5719-llvm-8965799aa34a702ae26928b39e9e61a2a65f3a6b.zip |
CodeGenFunction.h: Prune a \param in r253926. [-Wdocumentation]
llvm-svn: 253938
Diffstat (limited to 'clang')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index 176c0909cea..8a19d5563a4 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -2621,9 +2621,6 @@ public: /// EmitCall - Generate a call of the given function, expecting the given /// result type, and using the given argument list which specifies both the /// LLVM arguments and the types they were derived from. - /// - /// \param TargetDecl - If given, the decl of the function in a direct call; - /// used to set attributes on the call (noreturn, etc.). RValue EmitCall(const CGFunctionInfo &FnInfo, llvm::Value *Callee, ReturnValueSlot ReturnValue, const CallArgList &Args, CGCalleeInfo CalleeInfo = CGCalleeInfo(), |