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

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 5 05:26:27 PST 2015


Thanks!

On 5 November 2015 at 00:47, NAKAMURA Takumi via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> 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);
>
>    /// @}
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits


More information about the llvm-commits mailing list