[llvm] r265055 - Wdocumentation parameter fix

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 31 14:13:49 PDT 2016


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);




More information about the llvm-commits mailing list