[llvm] r252148 - MCStreamer.h: Prune \return, corresponding to r252102. [-Wdocumentation]

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 4 21:47:46 PST 2015


Author: chapuni
Date: Wed Nov  4 23:47:46 2015
New Revision: 252148

URL: http://llvm.org/viewvc/llvm-project?rev=252148&view=rev
Log:
MCStreamer.h: Prune \return, corresponding to r252102. [-Wdocumentation]

Modified:
    llvm/trunk/include/llvm/MC/MCStreamer.h

Modified: llvm/trunk/include/llvm/MC/MCStreamer.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/MC/MCStreamer.h?rev=252148&r1=252147&r2=252148&view=diff
==============================================================================
--- llvm/trunk/include/llvm/MC/MCStreamer.h (original)
+++ llvm/trunk/include/llvm/MC/MCStreamer.h Wed Nov  4 23:47:46 2015
@@ -611,7 +611,6 @@ public:
   /// \param Offset - The offset to reach. This may be an expression, but the
   /// expression must be associated with the current section.
   /// \param Value - The value to use when filling bytes.
-  /// \return false on success, true if the offset was invalid.
   virtual void emitValueToOffset(const MCExpr *Offset, unsigned char Value = 0);
 
   /// @}




More information about the llvm-commits mailing list