[llvm] r265055 - Wdocumentation parameter fix

Mehdi Amini via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 31 16:03:04 PDT 2016


Thanks!

> On Mar 31, 2016, at 2:13 PM, Simon Pilgrim via llvm-commits <llvm-commits at lists.llvm.org> wrote:
> 
> Author: rksimon
> Date: Thu Mar 31 16:13:49 2016
> New Revision: 265055
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=265055&view=rev
> Log:
> Wdocumentation parameter fix
> 
> Modified:
>    llvm/trunk/include/llvm/Support/FileSystem.h
> 
> Modified: llvm/trunk/include/llvm/Support/FileSystem.h
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/FileSystem.h?rev=265055&r1=265054&r2=265055&view=diff
> ==============================================================================
> --- llvm/trunk/include/llvm/Support/FileSystem.h (original)
> +++ llvm/trunk/include/llvm/Support/FileSystem.h Thu Mar 31 16:13:49 2016
> @@ -655,8 +655,6 @@ std::error_code getUniqueID(const Twine
> /// Note: Windows reports results according to the quota allocated to the user.
> ///
> /// @param Path Input path.
> -/// @param SpaceInfo Set to the capacity, free, and available space on the
> -///        device \a Path is on.
> /// @results errc::success if result has been successfully set, otherwise a
> ///          platform specific error_code.
> ErrorOr<space_info> disk_space(const Twine Path);
> 
> 
> _______________________________________________
> 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