summaryrefslogtreecommitdiffstats
path: root/llvm/include
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2016-03-31 21:13:49 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2016-03-31 21:13:49 +0000
commit9a7689db91898a73ee0318ba9b2e06fc1d33713e (patch)
treeb9b71845fad1aafbf9f733c57f7c688eb7802f9a /llvm/include
parent4d71160d5d0320b958529a86ee22255a1ec34b11 (diff)
downloadbcm5719-llvm-9a7689db91898a73ee0318ba9b2e06fc1d33713e.tar.gz
bcm5719-llvm-9a7689db91898a73ee0318ba9b2e06fc1d33713e.zip
Wdocumentation parameter fix
llvm-svn: 265055
Diffstat (limited to 'llvm/include')
-rw-r--r--llvm/include/llvm/Support/FileSystem.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/include/llvm/Support/FileSystem.h b/llvm/include/llvm/Support/FileSystem.h
index 0c2ac3fb893..c7c05378c7a 100644
--- a/llvm/include/llvm/Support/FileSystem.h
+++ b/llvm/include/llvm/Support/FileSystem.h
@@ -655,8 +655,6 @@ std::error_code getUniqueID(const Twine Path, UniqueID &Result);
/// 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);
OpenPOWER on IntegriCloud