From: David Blaikie Date: Sun, 18 Jan 2015 02:48:07 +0000 (+0000) Subject: Add comment after API changes in r225090 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=817ee21333dffb3c77ef845aa1a9f8d1dc94a842;p=clang Add comment after API changes in r225090 Code review suggestion by Eric Christopher. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@226395 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index 3a990d2149..16d236cc58 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -1258,8 +1258,10 @@ public: void EmitLambdaStaticInvokeFunction(const CXXMethodDecl *MD); void EmitAsanPrologueOrEpilogue(bool Prologue); - /// EmitReturnBlock - Emit the unified return block, trying to avoid its - /// emission when possible. + /// \brief Emit the unified return block, trying to avoid its emission when + /// possible. + /// \return The debug location of the user written return statement if the + /// return block is is avoided. llvm::DebugLoc EmitReturnBlock(); /// FinishFunction - Complete IR generation of the current function. It is