]> granicus.if.org Git - clang/commitdiff
CodeGenFunction.h: Prune a \param in r253926. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 23 Nov 2015 23:38:13 +0000 (23:38 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 23 Nov 2015 23:38:13 +0000 (23:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@253938 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CodeGenFunction.h

index 176c0909cea0395f76507c559850679ce243ea6d..8a19d5563a49fcdff31ca36313846157f877ebc1 100644 (file)
@@ -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(),