Add comment after API changes in r225090
authorDavid Blaikie <dblaikie@gmail.com>
Sun, 18 Jan 2015 02:48:07 +0000 (02:48 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sun, 18 Jan 2015 02:48:07 +0000 (02:48 +0000)
Code review suggestion by Eric Christopher.

llvm-svn: 226395

clang/lib/CodeGen/CodeGenFunction.h

index 3a990d2..16d236c 100644 (file)
@@ -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